-
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
Microsoft.Extensions.FileProviders.Physical.Tests Failing With DirectoryNotFoundException #44626
Comments
@eerhardt I can't look right now but didn't this recently change to stop polling? Maybe that made this more common? |
These tests were just changed with #41426. |
Tagging subscribers to this area: @maryamariyan Issue Details
|
I’ll fix this. I introduced with the inotify test. What’s happening is that the timer thread doesn’t fire until after the test is done and disposing the watcher didn’t successfully cancel it. I had a fix for this but pulled it out after I stopped seeing the problem. For now the quickest fix is to move inotify test to outer loop. |
Reopening to track actually fixing the (now outerloop) test. Related to #44652. |
@stephentoub my intent was to use the new issue to track a better fix to the outerloop test. |
I'm seeing intermittent failures across both runtimes that end up with the following exception:
Here's a helix log from 44611 for reference.
This seemed to have happened at least 16 times in the last day.
The text was updated successfully, but these errors were encountered: