-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Investigate flaky test-fs-watch-encoding #7243
Comments
It's the same issue as: #4629. |
Stress test results are surprising. Maybe I'm doing something wrong?: https://ci.nodejs.org/job/node-stress-single-test/755/nodes=osx1010/console |
OK, looks like the test just isn't calling |
Stress test with tmp dir being refreshed: https://ci.nodejs.org/job/node-stress-single-test/756/nodes=osx1010/console |
Hmmm, no failure in that stress test with the |
FWIW I can consistently reproduce the issue locally even after adding |
@santigimeno How are you running it? (Via I'm on 10.10.5 and unable to reproduce, but maybe I'm just not running it enough times or something? |
@Trott Current master. I can easily reproduce it using this script nodejs/testing#3 (comment). Also, running the test suite non-stop for a while reproduces the issue after a while (1 hour or so) |
Is this still a problem now that #7356 landed 9 days ago? |
master
osx1010
https://ci.nodejs.org/job/node-test-commit-osx/3726/nodes=osx1010/tapTestReport/test.tap-598/
Test source: https://github.com/nodejs/node/blob/master/test/parallel/test-fs-watch-encoding.js
cc @nodejs/testing
The text was updated successfully, but these errors were encountered: