-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
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
Conversation
The test could deadlock trying join on the worker processes. Apply the same technique as pythongh-130933. Join the process before the test ends in `test_notify` as well.
🤖 New build scheduled with the buildbot fleet by @colesbury for commit 1864a7f 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F130955%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
Thanks @colesbury for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
The test could deadlock trying join on the worker processes. Apply the same technique as pythongh-130933. Join the process before the test ends in `test_notify` as well. (cherry picked from commit edd1eca) Co-authored-by: Sam Gross <colesbury@gmail.com>
GH-130981 is a backport of this pull request to the 3.13 branch. |
The test could deadlock trying join on the worker processes. Apply the same technique as pythongh-130933. Join the process before the test ends in `test_notify` as well. (cherry picked from commit edd1eca) Co-authored-by: Sam Gross <colesbury@gmail.com>
GH-130982 is a backport of this pull request to the 3.12 branch. |
|
The test could deadlock trying join on the worker processes. Apply the same technique as pythongh-130933. Join the process before the test ends in `test_notify` as well.
The test could deadlock trying join on the worker processes. Apply the same technique as gh-130933.
Join the process before the test ends in
test_notify
as well.test_multiprocessing_spawn.test_manager
:test_notify_n
deadlock #130954