Skip to content
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_task_stream_clear_interval #4914

Closed
fjetter opened this issue Jun 14, 2021 · 1 comment
Closed

Flaky test_task_stream_clear_interval #4914

fjetter opened this issue Jun 14, 2021 · 1 comment
Labels
flaky test Intermittent failures on CI.

Comments

@fjetter
Copy link
Member

fjetter commented Jun 14, 2021

First observation on OSX https://github.com/dask/distributed/pull/4813/checks?check_run_id=2726554130

    async def test_task_stream_clear_interval(c, s, a, b):
        ts = TaskStream(s, clear_interval=200)
    
        await wait(c.map(inc, range(10)))
        ts.update()
        await asyncio.sleep(0.010)
        await wait(c.map(dec, range(10)))
        ts.update()
    
        assert len(set(map(len, ts.source.data.values()))) == 1
>       assert ts.source.data["name"].count("inc") == 10
E       assert 0 == 10
E         +0
E         -10
@fjetter fjetter added the flaky test Intermittent failures on CI. label Jun 14, 2021
@fjetter
Copy link
Member Author

fjetter commented Feb 16, 2022

No observation in the last 30days. Closing

@fjetter fjetter closed this as completed Feb 16, 2022
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

No branches or pull requests

1 participant