-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
test_resource_tracker_sigkill fails on NetBSD: AssertionError for warning count in test_multiprocessing_fork #125620
Comments
furkanonder
added
type-bug
An unexpected behavior, bug, or error
tests
Tests in the Lib/test dir
3.12
bugs and security fixes
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
labels
Oct 16, 2024
furkanonder
added a commit
to furkanonder/cpython
that referenced
this issue
Oct 16, 2024
gpshead
pushed a commit
that referenced
this issue
Oct 16, 2024
…125624) Remove unnecessary import of subprocess in multiprocessing.util.spawnv_passfds.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 16, 2024
…ssfds (pythonGH-125624) Remove unnecessary import of subprocess in multiprocessing.util.spawnv_passfds. (cherry picked from commit a38fef4) Co-authored-by: Furkan Onder <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 16, 2024
…ssfds (pythonGH-125624) Remove unnecessary import of subprocess in multiprocessing.util.spawnv_passfds. (cherry picked from commit a38fef4) Co-authored-by: Furkan Onder <[email protected]>
furkanonder
added a commit
to furkanonder/cpython
that referenced
this issue
Oct 17, 2024
furkanonder
added a commit
to furkanonder/cpython
that referenced
this issue
Oct 17, 2024
gpshead
pushed a commit
that referenced
this issue
Oct 18, 2024
…it for SIGKILL process termination (GH-125621) * Skip test_resource_tracker_sigkill on NetBSD
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 18, 2024
…ong wait for SIGKILL process termination (pythonGH-125621) * Skip test_resource_tracker_sigkill on NetBSD (cherry picked from commit a0f5c8e) Co-authored-by: Furkan Onder <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 18, 2024
…ong wait for SIGKILL process termination (pythonGH-125621) * Skip test_resource_tracker_sigkill on NetBSD (cherry picked from commit a0f5c8e) Co-authored-by: Furkan Onder <[email protected]>
This was referenced Oct 18, 2024
gpshead
pushed a commit
that referenced
this issue
Oct 18, 2024
…long wait for SIGKILL process termination (GH-125621) (#125673) gh-125620: Skip check_resource_tracker_death on NetBSD due to long wait for SIGKILL process termination (GH-125621) * Skip test_resource_tracker_sigkill on NetBSD (cherry picked from commit a0f5c8e) Co-authored-by: Furkan Onder <[email protected]>
gpshead
pushed a commit
that referenced
this issue
Oct 18, 2024
…long wait for SIGKILL process termination (GH-125621) (#125672) gh-125620: Skip check_resource_tracker_death on NetBSD due to long wait for SIGKILL process termination (GH-125621) * Skip test_resource_tracker_sigkill on NetBSD (cherry picked from commit a0f5c8e) Co-authored-by: Furkan Onder <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug description:
-bash-5.2$ ./python -m test test_multiprocessing_fork.test_misc -m test_resource_tracker_sigkill
OS: NetBSD 10.0
CPython versions tested on:
CPython main branch
Operating systems tested on:
Other
Linked PRs
The text was updated successfully, but these errors were encountered: