dask / dask/distributed

Flaky test_worker_waits_for_scheduler

Open
#5,861 0 comments 0 reactions 0 assignees View on GitHub
flaky test
Dominant language
Python
Stars
1.7k
Forks
778
Avg merge
2h 50m
Merged PRs (30d)
3

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.