cpython/Lib/test/libregrtest
Miss Islington (bot) 598bfa4d45
bpo-37531: regrtest ignores output on timeout (GH-16659)
bpo-37531, bpo-38207: On timeout, regrtest no longer attempts to call
`popen.communicate() again: it can hang until all child processes
using stdout and stderr pipes completes. Kill the worker process and
ignores its output.

Reenable test_regrtest.test_multiprocessing_timeout().

bpo-37531: Change also the faulthandler timeout of the main process
from 1 minute to 5 minutes, for Python slowest buildbots.
(cherry picked from commit 0ec618af98)

Co-authored-by: Victor Stinner <vstinner@python.org>
2019-10-09 06:52:34 -07:00
..
__init__.py bpo-30822: Exclude tzdata from regrtest --all (#2775) 2017-07-20 15:46:32 +02:00
cmdline.py bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14335) 2019-06-24 12:51:30 +02:00
main.py [3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550) (GH-16560) 2019-10-03 08:44:52 -07:00
refleak.py [3.7] bpo-36719: sync regrtest with master branch (GH-12967) 2019-04-26 12:16:30 +02:00
runtest.py [3.7] bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) (GH-15280) 2019-08-14 16:30:54 +02:00
runtest_mp.py bpo-37531: regrtest ignores output on timeout (GH-16659) 2019-10-09 06:52:34 -07:00
save_env.py [3.7] bpo-36719: sync regrtest with master branch (GH-12967) 2019-04-26 12:16:30 +02:00
setup.py bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) 2019-07-02 00:38:36 -07:00
utils.py [3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550) (GH-16560) 2019-10-03 08:44:52 -07:00
win_utils.py [3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550) (GH-16560) 2019-10-03 08:44:52 -07:00