Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

test: test-fs-watch should be made non-flaky #25663

Closed
joaocgreis opened this issue Jul 11, 2015 · 1 comment
Closed

test: test-fs-watch should be made non-flaky #25663

joaocgreis opened this issue Jul 11, 2015 · 1 comment

Comments

@joaocgreis
Copy link
Member

simple/test-fs-watch is currently marked as flaky on Mac OS. It should be investigated and made non-flaky.

Quick command for testing:

time (OK=0; NOK=0; for i in `seq 10000`; do ./out/Release/node test/simple/test-fs-watch.js && OK=$(($OK+1)) || NOK=$(($NOK+1)); echo "$i   OK: $OK   NOT OK: $NOK"; done)

Links:

/cc @joyent/node-collaborators

@brendanashworth
Copy link

This was [somewhat] resolved in io.js: nodejs/node#1275

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants