-
Notifications
You must be signed in to change notification settings - Fork 239
Parallel node setup v2 #1230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Parallel node setup v2 #1230
Conversation
d016cda
to
65d1c12
Compare
414b6a1
to
01e30d9
Compare
8faaeba
to
fc7e83d
Compare
8724b5c
to
f89edf9
Compare
for more information, see https://pre-commit.ci
self.assigned_work = dict( | ||
sorted(self.assigned_work.items(), key=lambda item: item[0].gateway.id) | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None of the other schedulers need this to pass tests, is this intentional?
hookrecorder.popcall("pytest_xdist_newgateway"), | ||
hookrecorder.popcall("pytest_xdist_newgateway"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can also sort the pytest_xdist_newgateway
calls inside setup_nodes to maintain behavior
Cleaner and passing version of #1229