You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Root cause (Delete_MountVolume): 7 locations use a fixed Task.Delay(300) after Directory.Delete through NTFS mount points, then assert !Directory.Exists(). 300ms is insufficient on loaded CI machines.
Root cause (ReparsePoints_MountVolume): Needs investigation — no Task.Delay in the test; may be mount setup/teardown timing.
Proposed fix: Replace fixed delays with a polling loop (retry Directory.Exists with backoff, ~10s timeout).
Note
This issue was created with Copilot assistance.
Tracking flaky MountVolume tests that are hitting
blocking-clean-ci:Directory_Delete_MountVolume.RunTest(16 hits/month)Directory_ReparsePoints_MountVolume.runTest(4 hits/month)Root cause (
Delete_MountVolume): 7 locations use a fixedTask.Delay(300)afterDirectory.Deletethrough NTFS mount points, then assert!Directory.Exists(). 300ms is insufficient on loaded CI machines.Root cause (
ReparsePoints_MountVolume): Needs investigation — noTask.Delayin the test; may be mount setup/teardown timing.Proposed fix: Replace fixed delays with a polling loop (retry
Directory.Existswith backoff, ~10s timeout).Known Issue Error Message
Fill the error message using step by step known issues guidance.
{ "ErrorMessage": "", "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }