-
-
Notifications
You must be signed in to change notification settings - Fork 720
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 timeout test_target_duration #4859
Comments
The test stimulates an upscaling to 20 workers. I could track this down to a race condition where the cluster close would hang in the distributed/distributed/deploy/spec.py Line 369 in 6b08926
while simulateneously trying to close. The close call tries to scale down to zero workers and issues another correct_internal but that will hit the lock. Haven't found out if this is resolved given enough time or if this is an actual deadlock I suspected a connection to a different problem and will need to postpone a fix. if anybody else is interested to pick this up, I'm happy to provide assistance. |
This is a purely windows-specific issue; I've never observed it anywhere else. |
The test
distributed/deploy/tests/test_adaptive.py::test_target_duration
is frequently hanging and is torn down by pytest-timeout which aborts the entire test run. Cause is unclear and it is not reliably reproducible.Example run https://github.com/dask/distributed/runs/2683878847?check_suite_focus=true
The text was updated successfully, but these errors were encountered: