-
-
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
Flaky test_quiet_client_close
#6540
Labels
flaky test
Intermittent failures on CI.
Comments
gjoseph92
added a commit
to gjoseph92/distributed
that referenced
this issue
Jun 9, 2022
gjoseph92
added a commit
to gjoseph92/distributed
that referenced
this issue
Jun 9, 2022
@graingert saw this again with a slightly different error. You can have much more than 2 lines when the heartbeat fails :)
https://github.com/dask/distributed/runs/7672977739?check_suite_focus=true#step:11:1346 |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This hasn't actually failed yet on the test report, but I know it could like it did here: #6504 (comment)
This is caused by #6390 in fallout from #6361.
I think we can just swap
reconnecting
withunregistered worker
in the acceptable output. It's not great that that happens, but the only fix for it is #6390. So in the interim, we can just accept that it may happen.The text was updated successfully, but these errors were encountered: