[issue40308] Intermittent failure of test_os.TestScandir.test_attributes on Windows

2020-04-18 Thread Dennis Sweeney
Change by Dennis Sweeney : -- resolution: -> works for me stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Pyt

[issue40308] Intermittent failure of test_os.TestScandir.test_attributes on Windows

2020-04-17 Thread Dennis Sweeney
Dennis Sweeney added the comment: I disabled indexing and antivirus and I didn't see anything else obvious that would access the files, but I'm probably missing something -- I get the same intermittent failure when I build from the source at the 3.8.2 release, but not on a copy of 3.8.2 from

[issue40308] Intermittent failure of test_os.TestScandir.test_attributes on Windows

2020-04-17 Thread Steve Dower
Steve Dower added the comment: Presumably you have something else on your system accessing the file. Can you try disabling any file sync, anti-malware or indexing tools and see if that helps? -- ___ Python tracker

[issue40308] Intermittent failure of test_os.TestScandir.test_attributes on Windows

2020-04-16 Thread Dennis Sweeney
New submission from Dennis Sweeney : I get the following intermittent failure when running the tests on Master on Windows 10. = = = PS C:\...\cpython> .\python.bat -m unittest -v test.test_os.Tes