-
-
Notifications
You must be signed in to change notification settings - Fork 748
Closed
Labels
flaky testIntermittent failures on CI.Intermittent failures on CI.
Description
We've started to see failures in test_diskutils.py::test_workspace_concurrency that I'm unable to understand
_________________________ test_workspace_concurrency __________________________
Traceback (most recent call last):
File "C:\projects\distributed\distributed\tests\test_diskutils.py", line 260, in test_workspace_concurrency
_test_workspace_concurrency(tmpdir, 2.0, 6)
File "C:\projects\distributed\distributed\tests\test_diskutils.py", line 255, in _test_workspace_concurrency
assert n_purged >= 0.5 * n_created > 0
AssertionError: assert 0 >= (0.5 * 1200)
cc @pitrou , author of that test, in case he's able to explain what is going on
Metadata
Metadata
Assignees
Labels
flaky testIntermittent failures on CI.Intermittent failures on CI.