[3.8] bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) by vstinner · Pull Request #15871 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Conversation
Member
- Write a message when killing a worker process
- Put a timeout on the second popen.communicate() call
(after killing the process) - Put a timeout on popen.wait() call
- Catch popen.kill() and popen.wait() exceptions
(cherry picked from commit de2d9ee)
* Write a message when killing a worker process * Put a timeout on the second popen.communicate() call (after killing the process) * Put a timeout on popen.wait() call * Catch popen.kill() and popen.wait() exceptions (cherry picked from commit de2d9ee)
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
vstinner
merged commit
d42a4fd
into
python:3.8
vstinner
deleted the
regrtest38
branch
bedevere-bot
removed
the
awaiting core review
label
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment