Skip to content
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_reschedule_concurrent_requests_deadlock flaky #5494

Open
gjoseph92 opened this issue Nov 4, 2021 · 2 comments
Open

test_reschedule_concurrent_requests_deadlock flaky #5494

gjoseph92 opened this issue Nov 4, 2021 · 2 comments
Labels
flaky test Intermittent failures on CI.

Comments

@gjoseph92
Copy link
Collaborator

test_reschedule_concurrent_requests_deadlock added in #5379 may be flaky. In https://github.com/dask/distributed/runs/4099410548?check_suite_focus=true (from #5208) it failed on all Windows machines, but no others.

The failures all seem to be gen_cluster timing out after 30s, so I'm not even sure at which step in the test it's deadlocking. I'd guess either

while not w0.active_keys:
await asyncio.sleep(0.01)
or
await c.gather(futs1)

Perhaps #5370 is not fully closed?

cc @fjetter

@gjoseph92 gjoseph92 added the flaky test Intermittent failures on CI. label Nov 4, 2021
@jrbourbeau jrbourbeau changed the title test_reschedule_concurrent_requests_deadlock flaky? test_reschedule_concurrent_requests_deadlock flaky Nov 4, 2021
@gjoseph92
Copy link
Collaborator Author

This may be particularly flaky on Windows? Once again, it timed out all Windows runs, but no others: https://github.com/dask/distributed/runs/4099410620?check_suite_focus=true

@fjetter
Copy link
Member

fjetter commented Dec 21, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky test Intermittent failures on CI.
Projects
None yet
Development

No branches or pull requests

2 participants