-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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.Tests.Directory_Delete_str_bool.Unix_NotFoundDirectory_ReadOnlyVolume #62034
Comments
Tagging subscribers to this area: @dotnet/area-system-io Issue DetailsRun: runtime-libraries-coreclr outerloop 20211124.6 Failed test:
Error message:
|
Hi @VincentBu , do you know when it started happening? Is it intermittent or is it happening consistently? |
We haven't introduced any recent changes in code related to directory deletion: https://github.com/dotnet/runtime/commits/09c1a1f7b0c477890b04912d8dd4f742f80faffc/src/libraries/System.Private.CoreLib/src/System/IO |
This is the first time. We have checked the previous work. Since this problem was raised, it will appear every day, which may occur continuously |
Failed again in:runtime-libraries-coreclr outerloop 20211202.6 Failed test:
Error message:
|
TestResults
| join kind=inner WorkItems on WorkItemId
| join kind=inner Jobs on JobId
| where Finished >= now(-120d)
| where Result == "Fail"
| where Method == "Unix_NotFoundDirectory_ReadOnlyVolume"
| project
Pipeline = tostring(parse_json(Properties).DefinitionName),
Pipeline_Configuration = tostring(parse_json(Properties).configuration),
OS = QueueName,
Arch = tostring(parse_json(Properties).architecture),
Test = Type1,
Result,Finished,Started,
Duration,
Method,
Build = tostring(parse_json(Properties).BuildNumber),
Message
| sort by Started asc
| take 1
It started no later than 11/24.
|
This test has |
Failed again in: runtime-libraries-coreclr outerloop 20211212.2 Failed test:
Error message:
|
Run: runtime-libraries-coreclr outerloop 20211124.6
Failed test:
Error message:
The text was updated successfully, but these errors were encountered: