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 dashboard\tests\test_components.py::test_profile_plot #6454

Closed
graingert opened this issue May 26, 2022 · 0 comments · Fixed by #6456
Closed

flaky test dashboard\tests\test_components.py::test_profile_plot #6454

graingert opened this issue May 26, 2022 · 0 comments · Fixed by #6456
Labels
flaky test Intermittent failures on CI.

Comments

@graingert
Copy link
Member

https://github.com/dask/distributed/runs/6606349289?check_suite_focus=true#step:11:1682

================================== FAILURES ===================================
______________________________ test_profile_plot ______________________________

c = <Client: No scheduler connected>
s = <Scheduler 'tcp://127.0.0.1:53236', workers: 0, cores: 0, tasks: 0>
a = <Worker 'tcp://127.0.0.1:53237', name: 0, status: closed, stored: 0, running: 0/1, ready: 0, comm: 0, waiting: 0>
b = <Worker 'tcp://127.0.0.1:53239', name: 1, status: closed, stored: 0, running: 0/2, ready: 0, comm: 0, waiting: 0>

    @gen_cluster(client=True, clean_kwargs={"threads": False})
    async def test_profile_plot(c, s, a, b):
        p = ProfilePlot()
        assert not p.source.data["left"]
        await c.gather(c.map(slowinc, range(10), delay=0.05))
        p.update(a.profile_recent)
>       assert len(p.source.data["left"]) >= 1
E       assert 0 >= 1
E        +  where 0 = len([])

distributed\dashboard\tests\test_components.py:30: AssertionError
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

Successfully merging a pull request may close this issue.

1 participant