Replies: 1 comment 2 replies
-
its technically impossible to have a worker run beore the coordinator is configured more details needed |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to do some preparatory work before effectively running the tests and this is currently done like:
The problem is that on some systems, like github actions, I see tests failing in a way that makes be believe that the effective execution of the tests on nodes happens before master is finishing its pytest_configure execution.
How can I ensure that tests do not start too early?
Beta Was this translation helpful? Give feedback.
All reactions