Message348700
| 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:36 | vstinner | set | recipients: + vstinner |
| 2019-07-29 23:44:36 | vstinner | set | messageid: <1564443876.23.0.3433987967.issue37711@roundup.psfhosted.org> |
| 2019-07-29 23:44:36 | vstinner | link | issue37711 messages |
| 2019-07-29 23:44:36 | vstinner | create | |