Closed
Description
The rolling build from 2022/04/04 had the following failure:
- Pipeline: Libraries Test Run release coreclr windows x86 Release
- Job: https://dev.azure.com/dnceng/public/_build/results?buildId=1699174&view=logs&j=457f7e88-dfa2-5bd9-f871-fdf124c2477d&t=bfe52dfb-2099-5c7f-ee52-70a1d81c544e&l=355
- Log: https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-main-9284a8d671b3408fbc/System.IO.FileSystem.Watcher.Tests/1/console.a1000fc9.log?sv=2019-07-07&se=2022-04-24T21%3A03%3A56Z&sr=c&sp=rl&sig=EFnWLnw8K%2Fsfp8RLQognnE5nomT%2F8Bi3Bi8Ny4qr3GU%3D
- Test method: System.IO.Tests.FileSystemWatcherTests.FileSystemWatcher_Directory_Create_MultipleFilters [FAIL]
- Callstack:
Created event did not occur as expected
Expected: True
Actual: False
Stack Trace:
/_/src/libraries/System.IO.FileSystem.Watcher/tests/Utility/FileSystemWatcherTest.cs(311,0): at System.IO.Tests.FileSystemWatcherTest.ExecuteAndVerifyEvents(FileSystemWatcher watcher, WatcherChangeTypes expectedEvents, Action action, Boolean assertExpected, String[] expectedPaths, Int32 timeout)
/_/src/libraries/System.IO.FileSystem.Watcher/tests/Utility/FileSystemWatcherTest.cs(202,0): at System.IO.Tests.FileSystemWatcherTest.ExpectEvent(FileSystemWatcher watcher, WatcherChangeTypes expectedEvents, Action action, Action cleanup, String[] expectedPaths, Int32 attempts, Int32 timeout)
/_/src/libraries/System.IO.FileSystem.Watcher/tests/Utility/FileSystemWatcherTest.cs(172,0): at System.IO.Tests.FileSystemWatcherTest.ExpectEvent(FileSystemWatcher watcher, WatcherChangeTypes expectedEvents, Action action, Action cleanup, String expectedPath, Int32 attempts, Int32 timeout)
/_/src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.unit.cs(992,0): at System.IO.Tests.FileSystemWatcherTests.FileSystemWatcher_Directory_Create_MultipleFilters()
Finished: System.IO.FileSystem.Watcher.Tests