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 vstinner
Date 2019-07-29.23:44:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564443876.23.0.3433987967.issue37711@roundup.psfhosted.org>
In-reply-to
Content
When using python3 -m test -w, failed tests are re-run in the regrtest main process, even if -jN option is used. If a test does crash, regrtest doesn't remove its temporary directory which can lead to random test failures like bpo-37359.

At least when using -jN, I suggest to run tests in a subprocess to ensure that regrtest is able to cleanup its temporary directory, even if a test does crash.
History
Date User Action Args
2019-07-29 23:44:36vstinnersetrecipients: + vstinner
2019-07-29 23:44:36vstinnersetmessageid: <1564443876.23.0.3433987967.issue37711@roundup.psfhosted.org>
2019-07-29 23:44:36vstinnerlinkissue37711 messages
2019-07-29 23:44:36vstinnercreate