Skip to content
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

Merged
merged 6 commits into from
Oct 18, 2024

Conversation

furkanonder
Copy link
Contributor

@furkanonder furkanonder commented Oct 16, 2024

@furkanonder
Copy link
Contributor Author

In case of time.sleep(60.0) and time.sleep(60.0 * 2) the test still fails. For this reason time.sleep(60.0 * 3) has been set.

@furkanonder
Copy link
Contributor Author

Additionally, while investigating the issue I discovered an unnecessary import. You can view the fix here.

@furkanonder furkanonder changed the title gh-125620: Increase wait time for NetBSD in check_resource_tracker_death gh-125620: Skip check_resource_tracker_death on NetBSD due to long wait for SIGKILL process termination Oct 17, 2024
@gpshead gpshead merged commit a0f5c8e into python:main Oct 18, 2024
34 checks passed
@miss-islington-app
Copy link

Thanks @furkanonder for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request 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 pull request 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]>
@bedevere-app
Copy link

bedevere-app bot commented Oct 18, 2024

GH-125672 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Oct 18, 2024
@bedevere-app
Copy link

bedevere-app bot commented Oct 18, 2024

GH-125673 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Oct 18, 2024
gpshead pushed a commit that referenced this pull request 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 pull request 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]>
ebonnal pushed a commit to ebonnal/cpython that referenced this pull request Jan 12, 2025
…ong wait for SIGKILL process termination (pythonGH-125621)

* Skip test_resource_tracker_sigkill on NetBSD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants