-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Test failure System.IO.FileSystem.Tests.DriveInfoWindowsTests.TestGetDrives #62119
Comments
Tagging subscribers to this area: @dotnet/area-system-io Issue DetailsRun: runtime-coreclr libraries-jitstress 20211127.1 Failed test:
Error message:
|
This test is essentially verifying that this code Eyeballing it, it does. So my guesses are either
I'm guessing 1. |
Looks like this was (re)introduced by #59850 @carlossanlop what is preventing SetVolumeLabel_OnVirtualDrive_Throws and the tests in DriveInfoWindowsTests from running concurrently? if only DriveInfoWindowsTests would be affected, we can simply move this test into that class. |
It's more or less:
I've sent #62134 to disable the parallelization for this test project. |
Right it was a rhetorical question 🙂 |
* don't run the System.IO.FileSystem.DriveInfo in parallel, fixes #62119 * unify disabling test parallelization per assembly
Run: runtime-coreclr libraries-jitstress 20211127.1
Failed test:
Error message:
The text was updated successfully, but these errors were encountered: