Introduce a waiting process as a test utility - #589
Merged
MaciejKaszynski merged 3 commits intoSep 7, 2026
Conversation
cameron-craig-etas
requested a deployment
to
workflow-approval
September 3, 2026 13:34 — with
GitHub Actions
Waiting
cameron-craig-etas
requested a deployment
to
workflow-approval
September 3, 2026 13:34 — with
GitHub Actions
Waiting
cameron-craig-etas
marked this pull request as ready for review
September 3, 2026 13:43
cameron-craig-etas
requested review from
FScholPer,
MaciejKaszynski,
NicolasFussberger,
anmittag,
antonkri,
pawelrutkaq and
ramceb
as code owners
September 3, 2026 13:43
cameron-craig-etas
force-pushed
the
feature/waiting-process
branch
from
September 3, 2026 13:50
6bd2963 to
fdcec82
Compare
cameron-craig-etas
requested a deployment
to
workflow-approval
September 3, 2026 13:50 — with
GitHub Actions
Waiting
cameron-craig-etas
requested a deployment
to
workflow-approval
September 3, 2026 13:50 — with
GitHub Actions
Waiting
cameron-craig-etas
force-pushed
the
feature/waiting-process
branch
from
September 3, 2026 14:15
fdcec82 to
d4484f9
Compare
cameron-craig-etas
requested a deployment
to
workflow-approval
September 3, 2026 14:15 — with
GitHub Actions
Waiting
cameron-craig-etas
requested a deployment
to
workflow-approval
September 3, 2026 14:15 — with
GitHub Actions
Waiting
cameron-craig-etas
force-pushed
the
feature/waiting-process
branch
from
September 4, 2026 07:36
d4484f9 to
a48080a
Compare
cameron-craig-etas
requested a deployment
to
workflow-approval
September 4, 2026 07:36 — with
GitHub Actions
Waiting
cameron-craig-etas
requested a deployment
to
workflow-approval
September 4, 2026 07:36 — with
GitHub Actions
Waiting
paulquiring
reviewed
Sep 7, 2026
paulquiring
reviewed
Sep 7, 2026
paulquiring
reviewed
Sep 7, 2026
paulquiring
reviewed
Sep 7, 2026
paulquiring
approved these changes
Sep 7, 2026
paulquiring
left a comment
Contributor
There was a problem hiding this comment.
I left some suggestions how to improve the error handling parsing the options. The suggestions do not indicate hard bugs.
cameron-craig-etas
requested a deployment
to
workflow-approval
September 7, 2026 10:13 — with
GitHub Actions
Waiting
cameron-craig-etas
requested a deployment
to
workflow-approval
September 7, 2026 10:13 — with
GitHub Actions
Waiting
cameron-craig-etas
requested a deployment
to
workflow-approval
September 7, 2026 10:16 — with
GitHub Actions
Waiting
cameron-craig-etas
requested a deployment
to
workflow-approval
September 7, 2026 10:16 — with
GitHub Actions
Waiting
cameron-craig-etas
force-pushed
the
feature/waiting-process
branch
from
September 7, 2026 12:09
fee41d7 to
0cb7948
Compare
cameron-craig-etas
deployed
to
workflow-approval
September 7, 2026 12:09 — with
GitHub Actions
Active
cameron-craig-etas
deployed
to
workflow-approval
September 7, 2026 12:09 — with
GitHub Actions
Active
MaciejKaszynski
approved these changes
Sep 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#588
This PR introduces a "waiting" process that goes hand-in-hand with the "counting" process being introduced in /pull/587. The process takes some required arguments to configure the semaphore name, and the expected count. Optionally, this process can be used to start from zero, which deletes the named semaphore before starting.
I've tested this locally:
-z