-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
test/sequential/test-fs-watch.js hanging on OS X #4082
Comments
That's odd. It doesn't hang in CI ever, it seems. A stress test might be interesting to see what that uncovers. What version of OS X are you running? And how are you testing? |
OS X 10.11.1 It hangs every other run if run using
|
Hm.. I haven't been able to reproduce with the same machine setup, building master, and running the test ~50 times. |
Here is a small stress test on it https://ci.nodejs.org/job/node-stress-single-test/nodes=osx1010/104/console I wonder if this is 10.11 specific? |
https://github.com/nodejs/node/blob/master/test/sequential/test-fs-watch.js#L39-L52 is the block that is not being called. The event is not being emit. |
Closing as I am not seeing this issue anymore. I will reopen if it surfaces again. |
Possibly related: #1275
It is hanging indefinitely every other run or so
The text was updated successfully, but these errors were encountered: