-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
Revert "gh-128364: Fix flaky test_timeout
test (gh-130724)"
#130732
Conversation
…)" Change broke Android and iOS buildbots that do not have multiprocessing. This reverts commit cfa0b1d.
!buildbot Android |
🤖 New build scheduled with the buildbot fleet by @colesbury for commit ffc7ee6 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F130732%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
It also seems fine to just skip this test on those platforms? per your original comment in #128364 about removing the test entirely. |
Yeah, I agree but I'd rather revert now and fix later. |
Thanks @colesbury for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…)" (pythongh-130732) Change broke Android and iOS buildbots that do not have multiprocessing. This reverts commit cfa0b1d. (cherry picked from commit 5221d9c) Co-authored-by: Sam Gross <[email protected]>
GH-130734 is a backport of this pull request to the 3.13 branch. |
…)" (pythongh-130732) Change broke Android and iOS buildbots that do not have multiprocessing. This reverts commit cfa0b1d. (cherry picked from commit 5221d9c) Co-authored-by: Sam Gross <[email protected]>
GH-130735 is a backport of this pull request to the 3.12 branch. |
Change broke Android and iOS buildbots that do not have multiprocessing.
This reverts commit cfa0b1d.
test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_timeout
flakes frequently on free-threaded Windows x64 #128364