[tests] test_subprocess maybe avoid a timeout race condition?#133420
[tests] test_subprocess maybe avoid a timeout race condition?#133420gpshead merged 1 commit intopython:mainfrom
Conversation
The few buildbot failures on python#133103 are possibly just due to racing a child process launch and exit?
|
!buildbot .s390. |
|
🤖 New build scheduled with the buildbot fleet by @gpshead for commit 9063e79 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F133420%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
|
!buildbot .Server.2022. |
|
🤖 New build scheduled with the buildbot fleet by @gpshead for commit 9063e79 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F133420%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
|
It looks like the race is surfacing on Ubuntu freethreaded CI (e.g. https://github.com/python/cpython/actions/runs/14827808058/job/41623568354?pr=133365) so if it is fixed there that should be a good signal. |
|
The hypothesis failure looks similar to a failure I saw. I filed #133419 to track the |
|
Thanks @gpshead for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…GH-133420) The few buildbot failures on python#133103 are possibly just due to racing a child process launch and exit? (cherry picked from commit b64aa30) Co-authored-by: Gregory P. Smith <greg@krypto.org>
|
GH-133421 is a backport of this pull request to the 3.13 branch. |
|
ops, sorry about this. Thanks for the patch! |
…#133420) The few buildbot failures on python#133103 are possibly just due to racing a child process launch and exit?
The few buildbot failures on #133103 are possibly just due to racing a child process launch and exit?