-
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 flaky test-vm-timeout-escape-queuemicrotask #24296
Conversation
Stress test against master, will hopefully show failures: https://ci.nodejs.org/view/All/job/node-stress-single-test-pi1-fanned/102/ |
Stress test against this PR in its current form: https://ci.nodejs.org/view/All/job/node-stress-single-test-pi1-fanned/103/ |
Pi1 on master had 67 failures in 100 runs. With this PR, 0 failures in 100 runs. Let's land this... |
Requesting fast-track. Collaborators, please 👍 here to approve. |
Use a larger timeout on slower platforms so that the timeout doesn't fire before the error condition occurs.
Force-pushed a change. Only difference is that I removed this test from flaky status in known_issues.status file. |
@nodejs/testing |
Landed in 8e3c5b5 |
Use a larger timeout on slower platforms so that the timeout doesn't fire before the error condition occurs. PR-URL: nodejs#24296 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
Use a larger timeout on slower platforms so that the timeout doesn't fire before the error condition occurs. PR-URL: #24296 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
Use a larger timeout on slower platforms so that the timeout doesn't fire before the error condition occurs. PR-URL: nodejs#24296 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
Use a larger timeout on slower platforms so that the timeout doesn't
fire before the error condition occurs.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes