-
Notifications
You must be signed in to change notification settings - Fork 114
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
Switch SATELLITE_SERVICES to a list #11522
Conversation
trigger: test-robottelo |
trigger: test-robottelo |
trigger: test-robottelo |
Merging this PR without T1 ACK, as its blocking sign-off |
(cherry picked from commit 1644724)
(cherry picked from commit 1644724)
(cherry picked from commit 1644724)
(cherry picked from commit 1644724)
(cherry picked from commit 1644724)
(cherry picked from commit 1644724)
Solving this error we were seeing in the Installer pipeline that was preventing the whole pipeline from running:
See pytest-dev/pytest-xdist#432 for more details. Seems like the test generation happens twice and compares when we split between workers, and pytest expects them to all be in the same order. Switching to a list ensures our items always come out in the same order.