We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef9cc1 commit f566a6cCopy full SHA for f566a6c
distributed/tests/test_asyncprocess.py
@@ -325,8 +325,8 @@ def test_process_reaped_elsewhere(cleanup):
325
) as pool:
326
# this needs to be run in a process pool because reaping a process
327
# outside multiprocessing causes it to remain in
328
- # multiprocessing.active_children() forever - which blocks cleanup for
329
- # 40 seconds
+ # multiprocessing.active_children() forever - which blocks cleanup
+ # see https://github.com/python/cpython/issues/94661
330
assert (
331
pool.submit(
332
_run_and_close_tornado, _check_process_reaped_elsewhere
0 commit comments