-
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
test: flaky - parallel/test-pipe-stream #14128
Comments
/cc @nodejs/platform-freebsd @nodejs/streams |
The problem starts because we are not rotating/changing This should be done by https://github.com/nodejs/node/blob/master/test/common/index.js#L156-L159 called from https://github.com/nodejs/node/blob/master/test/parallel/test-pipe-stream.js#L6, but it seems not happening on freebsd. |
@mcollina tl;dr you think best solution is for |
Yes, I think so. Or to do one based on the process PID. |
PR #14168 |
* includes a tiny bit of refactoring in adjacent lines. * fixes 1 test and 1 benchmark that depended on PIPE being constant. PR-URL: nodejs#14168 Fixes: nodejs#14128 Reviewed-By: James M Snell <jasnell@gmail.com>
master
https://ci.nodejs.org/job/node-test-commit-freebsd/10201/nodes=freebsd10-64/
The text was updated successfully, but these errors were encountered: