-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
test_os permanently change the process priority #115596
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
Comments
serhiy-storchaka
pushed a commit
that referenced
this issue
Feb 17, 2024
…he process priority (GH-115610)
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Feb 17, 2024
…ging the process priority (pythonGH-115610) (cherry picked from commit 90dd653) Co-authored-by: Brian Schubert <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Feb 17, 2024
…ging the process priority (pythonGH-115610) (cherry picked from commit 90dd653) Co-authored-by: Brian Schubert <[email protected]>
serhiy-storchaka
pushed a commit
that referenced
this issue
Feb 17, 2024
…nging the process priority (GH-115610) (GH-115616) (cherry picked from commit 90dd653) Co-authored-by: Brian Schubert <[email protected]>
serhiy-storchaka
pushed a commit
that referenced
this issue
Feb 17, 2024
…nging the process priority (GH-115610) (GH-115617) (cherry picked from commit 90dd653) Co-authored-by: Brian Schubert <[email protected]>
woodruffw
pushed a commit
to woodruffw-forks/cpython
that referenced
this issue
Mar 4, 2024
…ging the process priority (pythonGH-115610)
diegorusso
pushed a commit
to diegorusso/cpython
that referenced
this issue
Apr 17, 2024
…ging the process priority (pythonGH-115610)
LukasWoodtli
pushed a commit
to LukasWoodtli/cpython
that referenced
this issue
Jan 22, 2025
…ging the process priority (pythonGH-115610)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
ProgramPriorityTests in test_os changes the process priority (makes it less prioritized in the scheduler) and then tries to restore the old value, why is fail unless the test is ran as root. It affects all further tests if run in sequential mode and all further tests in test_os if run in parallel mode. It can makes the testing process less responsible and make some tests (especially relying on timeouts or interruption) unstable.
This test should be run in a separate subprocess.
Linked PRs
ProgramPriorityTests
intest_os
permanently changing the process priority #115610The text was updated successfully, but these errors were encountered: