Introduce a counting process as a test utility - #587
Open
cameron-craig-etas wants to merge 1 commit into
Open
Conversation
cameron-craig-etas
requested a deployment
to
workflow-approval
September 3, 2026 10:06 — with
GitHub Actions
Waiting
cameron-craig-etas
requested a deployment
to
workflow-approval
September 3, 2026 10:06 — with
GitHub Actions
Waiting
cameron-craig-etas
force-pushed
the
feature/counting-process
branch
from
September 3, 2026 10:44
00d05d8 to
3ec2dba
Compare
cameron-craig-etas
requested a deployment
to
workflow-approval
September 3, 2026 10:44 — with
GitHub Actions
Waiting
cameron-craig-etas
requested a deployment
to
workflow-approval
September 3, 2026 10:44 — with
GitHub Actions
Waiting
cameron-craig-etas
marked this pull request as ready for review
September 3, 2026 10:51
cameron-craig-etas
requested review from
FScholPer,
MaciejKaszynski,
NicolasFussberger,
anmittag,
antonkri,
pawelrutkaq and
ramceb
as code owners
September 3, 2026 10:51
cameron-craig-etas
force-pushed
the
feature/counting-process
branch
from
September 3, 2026 10:55
3ec2dba to
2a06cc3
Compare
cameron-craig-etas
requested a deployment
to
workflow-approval
September 3, 2026 10:55 — with
GitHub Actions
Waiting
cameron-craig-etas
requested a deployment
to
workflow-approval
September 3, 2026 10:55 — with
GitHub Actions
Waiting
cameron-craig-etas
force-pushed
the
feature/counting-process
branch
from
September 3, 2026 14:13
2a06cc3 to
728f910
Compare
cameron-craig-etas
requested a deployment
to
workflow-approval
September 3, 2026 14:13 — with
GitHub Actions
Waiting
cameron-craig-etas
requested a deployment
to
workflow-approval
September 3, 2026 14:13 — with
GitHub Actions
Waiting
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 "counting" process that optionally posts to a named semaphore, and also optionally report running. This is a useful testing utility for occasions where we would like to wait for a number of processes to be started.
I've tested this locally: