-
During the global setup phase, the first process that picks the lock creates a directory that must exist though the entire execution of the test. For this reason, I need to keep that first process alive for the duration of the entire test. How can I detect whether there are other parallel tests running, from inside the context of a subprocess? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
Luc45
Apr 26, 2024
Replies: 1 comment
-
I ended up using lock files, too.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Luc45
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ended up using lock files, too.