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

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

@joaocgreis

Description

@joaocgreis

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions