test: fix flaky async-hooks/test-graph.signal#17509
test: fix flaky async-hooks/test-graph.signal#17509Trott wants to merge 1 commit intonodejs:masterfrom
Conversation
Make sure event loop remains open long enough for signal to be received. Fixes: nodejs#14568
|
Stress test on master showing failures (although only 2 failures in 19200 runs): Stress test with this PR: https://ci.nodejs.org/job/node-stress-single-test/1561/nodes=centos7-64/console |
|
Stress test came back green! Removing the |
|
Lint error appears to be caused by #17460 and unrelated to this. |
|
Running CI again now that linter has been unbroken. Unrelated build failure on macOS too, so canceled the whole thing and starting again... |
|
CI failures are two known unrelated flaky tests and a build failure. Re-running the build failure: https://ci.nodejs.org/job/node-test-commit-linuxone/10970/ |
Make sure event loop remains open long enough for signal to be received. PR-URL: nodejs#17509 Fixes: nodejs#14568 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Evan Lucas <[email protected]>
|
Landed in 8997026 |
Make sure event loop remains open long enough for signal to be received. PR-URL: #17509 Fixes: #14568 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Evan Lucas <[email protected]>
Make sure event loop remains open long enough for signal to be received. PR-URL: #17509 Fixes: #14568 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Evan Lucas <[email protected]>
Make sure event loop remains open long enough for signal to be received. PR-URL: #17509 Fixes: #14568 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Evan Lucas <[email protected]>
Make sure event loop remains open long enough for signal to be received. PR-URL: #17509 Fixes: #14568 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Evan Lucas <[email protected]>
Make sure event loop remains open long enough for signal to be received. PR-URL: #17509 Fixes: #14568 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Evan Lucas <[email protected]>
Make sure event loop remains open long enough for signal to be received.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
test async-hooks