-
Notifications
You must be signed in to change notification settings - Fork 385
ui_test: ensure all worker threads stay around #2207
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
Conversation
d8978da
to
56a919d
Compare
@bors r+ |
📌 Commit 2891b55 has been approved by |
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message
|
2891b55
to
3965ae8
Compare
…st as the very first since it is so slow
3965ae8
to
c16c453
Compare
@bors r=oli-obk |
📌 Commit c16c453 has been approved by |
☀️ Test successful - checks-actions |
Also organize files such that the by far slowest test (weak_memory/consistency) always starts first. It still finishes last on my system... even after I halved the iteration count.
Fixes #2204