-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
On Windows, test_distutils and test_peg_generator leak a temporary file: Microsoft #93919
Comments
Same issue with test_peg_generator:
|
|
I think there's a race condition somewhere, when I run the command you gave me multiple times (
|
bisect_cmd picks any test which reproduces the issue. So at least 4 tests leak a temporary file :-) |
I marked my issue #98168 as a duplicate of this issue. |
Sadly, I don't have the bandwidth to work on this issue, I just close it. |
I've had a chance to look into this, and it looks like what is actually left is an empty directory tree: I've searched around and found no way to disable this, but it may or may not be related to the worker being deployed on Azure. @zooba or @eryksun, if you have any suggestions for making this go away I'm open to them, but I wonder if it wouldn't be better to just ignore a directory called |
Hmm. It turns out that an update to VS (and an attempt to trim down the installed components) seems like it may have resolved this; the latest build (which was a rebuild of the previous failure) passed. |
Running test_distutils on Windows leaks a temporary file: Microsoft.
The test should be run with -jN, like:
python -m test -j1 test_distutils -v --fail-env-changed
.The text was updated successfully, but these errors were encountered: