-
Notifications
You must be signed in to change notification settings - Fork 18k
x/exp/winfsnotify: TestNotifyEvents failures missing events on nested file #49734
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
Comments
It's possible. The events arrive in batches, so you could imagine that it sometimes manages to collect several events in one batch and sometimes not, and that that could alter the order. Not the best interface if that is true though... Flushing the events if things go wrong could help us see if that is the case. I put it on my todo list... |
2022-01-04T21:10:15-025e73f-1c8f9d2/windows-amd64-longtest |
2022-03-01T19:33:00-6cf2b20-258fc75/windows-amd64-2016 |
Change https://go.dev/cl/389614 mentions this issue: |
Change https://go.dev/cl/389615 mentions this issue: |
This is waiting on a review of the CLs to implement the (approved) proposal to delete the package and its test. |
Fixed by deleting the affected package. 😁 |
greplogs --dashboard -md -l -e 'FAIL: TestNotifyEvents'
2021-11-08T14:49:56-14c7236-ab31dbc/windows-amd64-2016
2021-09-02T17:30:32-a062eea-7609b50/windows-386-2008
2021-05-05T20:34:22-b3083d5-15557af/windows-386-2008
As far as I can tell this package is more-or-less unchanged from CL 4188047, over 10 years ago(!).
My best guess is that perhaps the test is overspecified: perhaps the OS sometimes delivers the events out of order between the parent directory and the child within it.
CC @bufflig @alexbrainman @mattn @hectorchu
The text was updated successfully, but these errors were encountered: