-
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: fix parallel/test-cluster-primary-error.js #44066
Conversation
7fa9a44
to
ae7be08
Compare
Is this test known to fail in non-ASan builds? |
I have not noticed that. I often see this case fail, so I try to fix it. |
I know it flakes in ASan a lot. But I am not sure if I ever saw it fail on any other system, and I don't see any records of it in nodejs/reliability. So if PID reuse is the issue, I am wondering why this only seems to happen under ASan. (IIRC, PID reuse is somewhat unlikely with newer Linux kernels.) |
I will keep an eye for this test case to see if it will fail on other systems. |
ae7be08
to
18f5997
Compare
18f5997
to
e001cd7
Compare
try to fix parallel/test-cluster-primary-error.js
Refs: #43970
Refs: #39655
make -j4 test
(UNIX), orvcbuild test
(Windows) passes