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
test_restart_during_computation
On Windows, 3.8: https://github.com/dask/distributed/pull/4925/checks?check_run_id=2888102603#step:10:2445
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ check = True @contextmanager def check_process_leak(check=True): for proc in mp_context.active_children(): proc.terminate() yield if check: for i in range(200): if not set(mp_context.active_children()): break else: sleep(0.2) else: > assert not mp_context.active_children() E AssertionError: assert not [<Process name='Dask Worker process (from Nanny)' pid=5616 parent=2984 started daemon>] E + where [<Process name='Dask Worker process (from Nanny)' pid=5616 parent=2984 started daemon>] = <function active_children at 0x000001CC8C16BE50>() E + where <function active_children at 0x000001CC8C16BE50> = mp_context.active_children distributed\utils_test.py:1472: AssertionError
The text was updated successfully, but these errors were encountered:
test_restart_during_computation has not appeared as a flaking test on the test report for the last 50 workflows, so this seems to be fixed.
Sorry, something went wrong.
No branches or pull requests
On Windows, 3.8: https://github.com/dask/distributed/pull/4925/checks?check_run_id=2888102603#step:10:2445
The text was updated successfully, but these errors were encountered: