Skip to content

Flaky test_worker_waits_for_scheduler #5861

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

Open
crusaderky opened this issue Feb 24, 2022 · 0 comments
Open

Flaky test_worker_waits_for_scheduler #5861

crusaderky opened this issue Feb 24, 2022 · 0 comments
Labels
flaky test Intermittent failures on CI.

Comments

@crusaderky
Copy link
Collaborator

This test hang twice, both times on Windows, over a 120 runs stress test:
https://github.com/crusaderky/distributed/runs/5308271287?check_suite_focus=true
There's nothing interesting in the stderr and sadly since it's not a @gen_cluster test there is no dump.

I can't recall why, in #5060, I felt the need to replace

< @pytest.mark.asyncio
> @gen_test(timeout=60)

with an explicit timeout, but I guess that I observed it hang and I thought it would take longer than 30s. It doesn't - it's supposed to take 3~3.5s every time.

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

Successfully merging a pull request may close this issue.

1 participant