You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There two call to watch, one on New and one on Watch. there a lock on c.watcher.New() and also on c.watcher.Watch().
I'm a total newbie on golang, but seem like a race condition that makes the test pass on linux (and because fsnotify works different on windows, it's get stuck always, and the bug in the test is surfaced)
Reported via @fruch in #65
We are not testing for Windows, an improvement would be to address that.
The text was updated successfully, but these errors were encountered: