Message348701
The current status is that regrtest has a new --cleanup command but it's not used. regrtest should not leak temporary files anymore.
The remaining issue is when regrtest re-runs tests sequentially and a test does crash the regrtest main process. In this case, the temporary directory is not removed.
I created bpo-37711 "regrtest: re-run failed tests in subprocesses" for this case. The initial issue has been fixed, so I close the issue. |
|
| Date |
User |
Action |
Args |
| 2019-07-29 23:45:27 | vstinner | set | recipients:
+ vstinner, pablogsal, miss-islington |
| 2019-07-29 23:45:27 | vstinner | set | messageid: <[email protected]> |
| 2019-07-29 23:45:27 | vstinner | link | issue37359 messages |
| 2019-07-29 23:45:27 | vstinner | create | |
|