-
-
Notifications
You must be signed in to change notification settings - Fork 719
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
distributed/tests/test_asyncprocess.py::test_signal
flaky
#6393
Comments
I'm getting a new error:
I cannot understand how the process received SIGKILL after we sent SIGTERM 🤷♂️ |
There are a couple of places we are issuing a SIGKILL
The last item on this list reminds me of #6493 (comment) where I was also finding a worker not closing as expected |
Turns out, the AsyncProcess also has a finalizer that is terminating the process. I do not see any logs in the failing CI, though distributed/distributed/process.py Lines 363 to 369 in c992f80
|
The nanny isn't involved in this test though All those calls to terminate() sends SIGTERM, not SIGKILL: distributed/distributed/process.py Lines 261 to 288 in c992f80
distributed/distributed/process.py Lines 219 to 224 in c992f80
|
#6671 xfails the tests on MacOSX when the test expects SIGINT or SIGTERM as a return code but it gets SIGKILL instead. |
https://github.com/dask/distributed/runs/6513746712?check_suite_focus=true
as part of #6381
running into an async test timeout
The text was updated successfully, but these errors were encountered: