-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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: run ESM tests in parallel #21919
Conversation
Stress test to make sure none of these are likely to be unreliable when run in parallel: https://ci.nodejs.org/job/node-stress-single-test/1968/nodes=osx1010/console |
These tests occasionally get hung up in the stress test, suggesting that they might end up being flaky/unreliable, although they also might not. I'm unable to reproduce locally. Not objecting to this landing, but wouldn't discourage anyone from investigating further if they were so inclined. |
Landed in 34fb560 |
PR-URL: #21919 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
PR-URL: #21919 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
This reduces
make jstest
runs by 4-5 seconds on my machine (12 cores)Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes