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