This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients serhiy.storchaka, vstinner
Date 2017-05-03.14:25:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493821528.82.0.0272255783657.issue30258@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2017-05-03 14:25:28vstinnersetrecipients: + vstinner, serhiy.storchaka
2017-05-03 14:25:28vstinnersetmessageid: <1493821528.82.0.0272255783657.issue30258@psf.upfronthosting.co.za>
2017-05-03 14:25:28vstinnerlinkissue30258 messages
2017-05-03 14:25:28vstinnercreate