-
-
Notifications
You must be signed in to change notification settings - Fork 726
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
CI failing with test_submit_after_failed_worker_async
#6311
Comments
A more recent traceback from https://github.com/dask/distributed/runs/6621019362?check_suite_focus=true#step:11:1368
|
from #7249
|
85562a0 fixes the problem mentioned in #6311 (comment) which is a race condition between starting and killing the WorkerProcess concurrently. I believe there are still other issues with this test but can't tell for sure. Locally I can trigger a couple of timeouts due to the 500ms connect timeout configured |
I just ran into this (and it appears to be quite common). It appears that the commit @fjetter mentions above was never merged in. Is there a story here? |
Seeing a CI failure with
test_submit_after_failed_worker_async
.The text was updated successfully, but these errors were encountered: