https://bugs.openldap.org/show_bug.cgi?id=10472
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|IN_PROGRESS |RESOLVED Resolution|--- |TEST
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- head:
• ca1232c1 by Ondřej Kuzník at 2026-05-01T15:13:53+00:00 ITS#10472 Enable SASL tests in CI
• 7fa8221d by Ondřej Kuzník at 2026-05-01T15:13:53+00:00 ITS#10472 Check tool return codes when missing
• d9d6eb08 by Ondřej Kuzník at 2026-05-01T15:13:53+00:00 ITS#10472 Check exit code of background jobs
Also improve KILLPIDS tracking.
Waiting on multiple jobs and relying on wait exit code being != 0 if at least one process returned != 0 might not be portable but is the best we can do for now. We can address that in the future.
• 0073224b by Ondřej Kuzník at 2026-05-01T15:13:53+00:00 ITS#10472 Check server are still running when we expect them to
• 9e9e6b8c by Ondřej Kuzník at 2026-05-01T15:13:53+00:00 ITS#10472 Make sure we kill background jobs on every path