-
-
Notifications
You must be signed in to change notification settings - Fork 719
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
flaky test diagnostics/tests/test_progress.py::test_group_timing #6452
Labels
flaky test
Intermittent failures on CI.
Comments
3 tasks
graingert
changed the title
flakey test diagnostics/tests/test_progress.py::test_group_timing
flaky test diagnostics/tests/test_progress.py::test_group_timing
May 26, 2022
2 tasks
Condensed test case that usually triggers within ~20 iterations: @gen_cluster(client=True, Worker=Nanny)
async def test_trigger_comm_closed_error(c, s, a, b):
futures1 = c.map(slowinc, range(10), delay=0.3)
futures2 = c.map(slowdec, range(10), delay=0.3)
await wait(futures1 + futures2)
await s.restart() |
This test does not flake if I comment out the following line: distributed/distributed/worker.py Line 1248 in be622fd
|
#6494 addresses the underlying issue of this flake. |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/dask/distributed/runs/6606348457?check_suite_focus=true#step:11:1696
The text was updated successfully, but these errors were encountered: