Skip to content

test_workspace_concurrency failing regularly #2155

@mrocklin

Description

@mrocklin

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

No one assigned

    Labels

    flaky testIntermittent failures on CI.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions