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 ammar2
Recipients ammar2, vstinner
Date 2017-01-28.21:45:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485639911.04.0.335649900855.issue29362@psf.upfronthosting.co.za>
In-reply-to
Content
This patch makes it so that when a child runner crashes during a multiprocess test run, it is treated similar to a keyboard interrupt. That is, the currently running tests will continue to run and immediately after it will print out a summary.

I think the test suite should be interrupted when an interpreter crash happens because this indicates a fairly major failure and interrupting the suite brings a lot of attention to it.
History
Date User Action Args
2017-01-28 21:45:11ammar2setrecipients: + ammar2, vstinner
2017-01-28 21:45:11ammar2setmessageid: <1485639911.04.0.335649900855.issue29362@psf.upfronthosting.co.za>
2017-01-28 21:45:11ammar2linkissue29362 messages
2017-01-28 21:45:10ammar2create