-
Notifications
You must be signed in to change notification settings - Fork 47
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
Watcher.subscribe might miss some of many fast subsequent changes #183
Comments
This issue is impacting the Test Explorer in the C# Dev Kit Extension. Missing these events causes some tests to be skipped or not recognized properly, leading to a frustrating user experience. We already have a GitHub issue reported here: microsoft/vscode-dotnettools#996 It would be amazing if this could be looked into, as fixing it would really help improve the reliability of the Test Explorer. |
@cdietrich I was wondering if there are any updates or plans to address this issue. This bug affects the Test Explorer in C# Dev Kit extension, causing tests to be skipped or not recognized properly. Resolving it would significantly improve reliability for users. Looking forward to any updates. Thank you. |
When running @cdietrich 's demo script, it sometimes (10%?) counts BTW, thanks for the nice demo script Christian, I found it useful to debug on my side. |
@ocallesp i just reported the issue as I am affected over a longer dependency chain |
Fyi VS Code is trying to update to |
Originally reported as microsoft/vscode#220039
when we do a huge number of file changes then Watcher.subscribe might not always produce all events
and thus we miss relevant file changes
a reproducer can be found at https://github.com/cdietrich/parcel-watcher-bug
The text was updated successfully, but these errors were encountered: