-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
[WIP] bpo-37421: regrtest detects if a test leaks temporary files #14415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I rebased my PR to get other https://bugs.python.org/issue37421 fixes. |
test_concurrent_futures, test_multiprocessing_fork and test_multiprocessing_spawn failed on the Linux job of Travis CI, with errors like:
test_concurrent_futures failed with "1 test altered the execution environment" on the Ubuntu job of Azure Pipelines:
|
win64 job of Azure Pipelines failed with:
|
I rebased again this PR to get the 3 other fixes. Remaining issue on Windows:
Again, the Linux job of Travis CI failed with errors like:
|
This change causes issues. I'm not sure it's worth it to automate checking for temporary files. I close this PR. |
https://bugs.python.org/issue37421