-
-
Notifications
You must be signed in to change notification settings - Fork 718
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
test_mp_pool_worker_no_daemon hangs after dependencies or CI env update #5712
Comments
Just observed this on macOS as well (see this Python 3.7 CI build) |
I've failed to recreate this issue locally - perhaps it's something to do with the CI environment itself? |
looks like |
looks like it might be this: nedbat/coveragepy#1307 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overnight, with no changes to the distributed code,
test_mp_pool_worker_no_daemon
started hanging deterministically on Linux.Last successful run: https://github.com/dask/distributed/runs/4944060002
First failed run: https://github.com/dask/distributed/runs/4949990263
Diff of mamba list on Python 3.8 doesn't show anything that catches the eye:
Note that the diff on Python 3.9 is a lot noiser due to a major change in pytorch which however is unrelated to the issue.
The text was updated successfully, but these errors were encountered: