Replies: 1 comment 1 reply
-
I didn't try it, but maybe |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a scenario where I am applying some logic during an xdist -n=X run on the master node and sometimes explicitly on GW0 (tho i might refactor that to a plugin and have master handle it). In the event that something has gone wrong, how should I gracefully exit pytest/xdist across all workers?
Is there a simple means of doing this? I'm achieving it through some hacky methods at the moment and I'm wondering if there is actually a proper mechanism for handling it
Beta Was this translation helpful? Give feedback.
All reactions