-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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-124402: Require cpu resource in test_free_threading #124438
Conversation
Require the 'cpu' test resource on slow test_free_threading tests.
@terryjreedy: With this change, test_free_threading takes 5 seconds instead of 5 to 9 minutes. cc @colesbury @serhiy-storchaka I used |
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.
LGTM.
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, @vstinner, I could not cleanly backport this to
|
GH-124439 is a backport of this pull request to the 3.13 branch. |
@vstinner - Please slow down with these changes. Marking these tests as As I wrote on the original issue, we should be reducing the number of iterations and the number of threads so that they can run quickly. |
I replied on the issue: #124402 (comment) |
Require the 'cpu' test resource on slow test_free_threading tests.