-
-
Notifications
You must be signed in to change notification settings - Fork 719
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
Fix CLI Scheduler Tests #6502
Fix CLI Scheduler Tests #6502
Conversation
…scheduler is up before creating client
I ran this 1000 times locally and saw no issues. |
Planning to merge EOD |
Did you run main 1000 times locally and see issues? I was never able to reproduce the actual issue we're seeing in CI ( We've already been working on this test and others #6395. See #6483.
In this case, you also see
So
If you look at the test report, every failure of As discussed in #6483, piping stdout and parsing logs is better to avoid when it's not strictly necessary for the test. |
This reverts commit 781af78.
In https://dask.org/distributed/test_report.html there are flaky tests for:
This PR attempts to resolve that flakiness by waiting for the scheduler to fully come up before creating the client. In one failed output we can see that the scheduler is up but the Client times out