-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Investigate flaky test-vm-sigint #7767
Comments
fwiw, after you pinged me the first time on it, I ran the test with |
Also… would segfaults or similar conditions present that way in the CI output? |
Alas, not sure how to repeat it. I think segfaults would show up in the CI output, but... uh... /cc @nodejs/build on both questions, I guess. @nodejs/testing too? |
Another today, this time on 64-bit CentOS 5. https://ci.nodejs.org/job/node-test-commit-linux/4390/nodes=centos5-64/console:
|
Now that there's code added to print the signal, it fails like this:
https://ci.nodejs.org/job/node-test-commit-linux/4427/nodes=centos5-64/console /cc @santigimeno |
Set the `SIGUSR2` handler before spawning the child process to make sure the signal is always handled. Fixes: #7767 PR-URL: #7854 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
From time to time,
test-vm-sigint.js
fails on CI with no indication of what went wrong.https://ci.nodejs.org/job/node-test-commit-linux/4202/nodes=centos5-32/console:
It's not timing out, but there's no assertion error either. It's just exiting with a bad code, I think?
/cc @addaleax
The text was updated successfully, but these errors were encountered: