flaky test untested bsql!(...) loc="src/db_workflow.rs:164"
162 let job: Option<JobRow> = match &restrict_jobids {
163 None => find_job(bsql!("TRUE")),
-> 164 Some(r) => find_job(bsql!("jid IN " *[r] "")),
165 }?;
This passes nearly all the time, but it just failed here:
https://salsa.debian.org/dgit-team/tag2upload-service-manager/-/jobs/7888655
IDK why this might sometimes not happen.