-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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: is sequential/test-fs-watch
flaky on macOS
#12900
Comments
I would like to work on this issue. |
@aashil Go for it 🥇 |
@refack I tried running this test using |
@aashil it did. You can try something like |
Since it was a timeout issue that happens only occasionally, it might be hard to reproduce empirically... |
I can replicate the issue reasonably reliably by doing the following:
When I run it that way, it runs successfully a lot but also times out a lot. I have not investigated further at this time, but this all suggests that the test is flaky when the system is under load and/or when the test is competing with other processes for specific resources. |
@Trott @refack @aqrln Shouldn't the behavior of the test be the same when running via |
@aashil No. |
@aashil besides that, right, it is |
looks like we might have an AIX failure for this on v6.x https://ci.nodejs.org/job/node-test-commit-aix/5888/nodes=aix61-ppc64/console not ok 1317 sequential/test-fs-watch
---
duration_ms: 0.430
severity: fail
stack: |-
assert.js:81
throw new assert.AssertionError({
^
AssertionError: Got unwanted exception..
at _throws (assert.js:356:5)
at Function.assert.doesNotThrow (assert.js:374:3)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix61-ppc64/test/sequential/test-fs-watch.js:35:8)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:389:7) |
For posterity this turned out to be unrelated (see #13070) |
Stress passed (when run as parallel with refack@63ef897): macOS:
AIX:
Closing for now |
master
macOS
https://ci.nodejs.org/job/node-test-commit-osx/9629/nodes=osx1010/tapResults/
/cc @nodejs/platform-macos
The text was updated successfully, but these errors were encountered: