-
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
Parallel non-io tests #139
Milestone
Comments
indutny
added a commit
that referenced
this issue
Dec 17, 2014
Reviewed-By: Ben Noordhuis <[email protected]> PR-URL: #172 Fix: #139
indutny
added a commit
that referenced
this issue
Dec 17, 2014
* Allow running tests in mixed parallel/sequential modes * Add -J flag for running tests on all available CPUs * Support TEST_THREAD_ID in test/common.js and use it for tmpDir and PORT * make: use -J flag Reviewed-By: Ben Noordhuis <[email protected]> PR-URL: #172 Fix: #139
This seems to have been addressed by #172. Closing! |
kunalspathak
referenced
this issue
in nodejs/node-chakracore
Dec 7, 2015
chnext will only be able to built using chakracore and not chakra. Removed msi/sdk changes for chakrashim that were mistakenly present in chnext branch. They should be present in chnext-msi branch. Fixes : #139
boingoing
pushed a commit
to boingoing/node
that referenced
this issue
Apr 6, 2017
Fixes eslint errors in the test js files Generally trivial mechanical transformation
This was referenced Jan 21, 2020
This was referenced Nov 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Move some tests to
io
folder to makesimple
tests run in parallel.The text was updated successfully, but these errors were encountered: