We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Fix intermittent test_profile_plot failure
77dfca6
Fixes dask#6454
Fix intermittent test_profile_plot failure (#6456)
7cd4c34
Fixes #6454
Successfully merging a pull request may close this issue.
https://github.com/dask/distributed/runs/6606349289?check_suite_focus=true#step:11:1682
The text was updated successfully, but these errors were encountered: