-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-90808: add more examples to test_sched.test_priority
#31144
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
Conversation
@serhiy-storchaka you are the top committer to this module, maybe you would be interested in taking a look? 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice piece of code, does whats asked/suggested.
@JelleZijlstra would you have some free time to take a look? This PR only adds more test cases to some exiting test function 🙂 |
test_sched.test_priority
test_sched.test_priority
Thanks @sobolevn for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
GH-96981 is a backport of this pull request to the 3.11 branch. |
…onGH-31144) (cherry picked from commit 57463d4) Co-authored-by: Nikita Sobolev <[email protected]>
GH-96982 is a backport of this pull request to the 3.10 branch. |
…onGH-31144) (cherry picked from commit 57463d4) Co-authored-by: Nikita Sobolev <[email protected]>
(cherry picked from commit 57463d4) Co-authored-by: Nikita Sobolev <[email protected]>
(cherry picked from commit 57463d4) Co-authored-by: Nikita Sobolev <[email protected]>
https://bugs.python.org/issue46650
priority
insched.scheduler
is not sufficiently tested #90808