Skip to content
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

Open
cdietrich opened this issue Aug 9, 2024 · 1 comment
Open

Comments

@cdietrich
Copy link

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

  • on mac air m1 i can see it quite reliably
  • on mac m2 pro less
  • on linux mint (t480s) rarely but can be seen
@ocallesp
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants