[New-bugs-announce] [issue30258] [2.7] regrtest: handle child process crash

STINNER Victor report at bugs.python.org
Wed May 3 10:25:28 EDT 2017


New submission from STINNER Victor:

In the master branch, regrtest in multiprocess mode handles well crash of child processes. In 2.7, regrtest handles them badly: see issue #30254.

Attached PR backports the CHILD_ERROR status from regrtest master and adds code to handle crash (or any non-zero exit code) of the child process (a worker running an unit test).

----------
components: Tests
messages: 292904
nosy: haypo, serhiy.storchaka
priority: normal
severity: normal
status: open
title: [2.7] regrtest: handle child process crash
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30258>
_______________________________________


More information about the New-bugs-announce mailing list