-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
test_multiprocessing_spawn.test_manager
: test_notify_n
deadlock
#130954
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
Labels
tests
Tests in the Lib/test dir
topic-multiprocessing
type-bug
An unexpected behavior, bug, or error
Comments
colesbury
added a commit
to colesbury/cpython
that referenced
this issue
Mar 7, 2025
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.
colesbury
added a commit
that referenced
this issue
Mar 8, 2025
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 8, 2025
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 <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 8, 2025
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 <[email protected]>
This was referenced Mar 8, 2025
colesbury
added a commit
that referenced
this issue
Mar 8, 2025
) 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. (cherry picked from commit edd1eca) Co-authored-by: Sam Gross <[email protected]>
colesbury
added a commit
that referenced
this issue
Mar 8, 2025
) 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. (cherry picked from commit edd1eca) Co-authored-by: Sam Gross <[email protected]>
seehwan
pushed a commit
to seehwan/cpython
that referenced
this issue
Apr 16, 2025
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
tests
Tests in the Lib/test dir
topic-multiprocessing
type-bug
An unexpected behavior, bug, or error
Bug report
Seen in https://buildbot.python.org/all/#/builders/1606/builds/220/steps/6/logs/stdio.
This looks like the same type of failures as we had with
test_notify_all
. It would have been nice to fix it in #130933 together withtest_notify_all
, but in my limited local testing oftest_notify_n
, I didn't see any failures.Linked PRs
The text was updated successfully, but these errors were encountered: