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 <rep...@bugs.python.org>
<http://bugs.python.org/issue30258>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to