-
-
Notifications
You must be signed in to change notification settings - Fork 31.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
gh-125620: Skip check_resource_tracker_death on NetBSD due to long wait for SIGKILL process termination #125621
Conversation
furkanonder
commented
Oct 16, 2024
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: test_resource_tracker_sigkill fails on NetBSD: AssertionError for warning count in test_multiprocessing_fork #125620
In case of |
Additionally, while investigating the issue I discovered an unnecessary import. You can view the fix here. |
Thanks @furkanonder for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…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]>
…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]>
GH-125672 is a backport of this pull request to the 3.13 branch. |
GH-125673 is a backport of this pull request to the 3.12 branch. |
…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]>
…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]>
…ong wait for SIGKILL process termination (pythonGH-125621) * Skip test_resource_tracker_sigkill on NetBSD