-
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
Fix flaky FSW test #103873
Fix flaky FSW test #103873
Conversation
BTW error case of too small InternalBufferSize is not being tested on non Windows (which may have different error behavior/limits) |
Comment says "where filePath is the path to changed file relative to the path passed into ReadDirectoryChanges." .. but the math does not use the relative path. Small beans; will cause over estimate, increasing events. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you for providing the fix @danmoseley !
Can we run outer loop on this PR? It's just speculation that this will fix the test |
/azp list |
This comment was marked as off-topic.
This comment was marked as off-topic.
/azp run runtime-libraries-coreclr outerloop-windows |
Azure Pipelines successfully started running 1 pipeline(s). |
#103753 also mentions |
Right, not really evidence that's related. Eg., it didn't start on the same day, it only happened once. |
OK, Build Analysis is recognizing all failures, so this is good to merge if you're OK with that @jozkee |
Fix #103753
Test does not fail for me locally; making assumption that firing even more events will this will help avoid it failing elsewhere.