-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
failed test: test-fs-watch.js on freebsd10.2 #3541
Comments
Everything starting at line 130 was added in 87e820e. I propose moving that content to its own file, as it is essentially an independent test. Then we can watch subsequent CI tests and see if it fails in that bit of code or in the previously existing code. |
Move ENOENT related tests out of general fs.watch() test file and into its own file. This may help diagnose #3541. PR-URL: #3548 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Johan Bergström <[email protected]>
Move ENOENT related tests out of general fs.watch() test file and into its own file. This may help diagnose nodejs#3541. PR-URL: nodejs#3548 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Johan Bergström <[email protected]>
Move ENOENT related tests out of general fs.watch() test file and into its own file. This may help diagnose #3541. PR-URL: #3548 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Johan Bergström <[email protected]>
Move ENOENT related tests out of general fs.watch() test file and into its own file. This may help diagnose #3541. PR-URL: #3548 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Johan Bergström <[email protected]>
Any update on this? has it continued after split up? |
After the split up, neither test has failed. Which is weird because one of them should have continued failing. So maybe it's some oddball filesystem interaction between the two tests that only manifests on FreeBSD? Or maybe there's been some change in the FreeBSD build that fixed things? I don't know. I'm comfortable closing this unless/until some issue starts to manifest itself again. And I'm comfortable leaving it open as a marker that something strange and unexplained is going on. Either way... |
This is a new slave in CI which is why I was a bit more trigger happy to report it (hoping for increased visibility). Happy to close and reopen if necessary. |
Seems to timeout.
Also, the regression looks recent: https://ci.nodejs.org/computer/iojs-digitalocean-freebsd102-64-2/builds
The text was updated successfully, but these errors were encountered: