-
Notifications
You must be signed in to change notification settings - Fork 31.1k
Comparing changes
Open a pull request
base repository: nodejs/node
base: bd99e8de8e4
head repository: nodejs/node
compare: a804026c9b
- 9 commits
- 8 files changed
- 5 contributors
Commits on Jun 3, 2015
-
test: remove hardwired references to 'iojs'
PR-URL: #1882 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f78c722 - Browse repository at this point
Copy the full SHA f78c722View commit details -
test: running tls-server-verify clients in parallel
OpenSSL s_client introduces some delay on Windows. With all clients running sequentially, this delay is big enough to break CI. This fix runs the clients in parallel (unless the test includes renegotiation), reducing the total run time. Fixes: #1461 PR-URL: #1836 Reviewed-By: Ben Noordhuis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b18604b - Browse repository at this point
Copy the full SHA b18604bView commit details -
test: run tls-server-verify servers in parallel
Different servers must use different ports. Since we can count only on common.PORT and common.PORT+1, run only 2 servers in parallel. Fixes: #1461 PR-URL: #1836 Reviewed-By: Ben Noordhuis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 975e595 - Browse repository at this point
Copy the full SHA 975e595View commit details -
test: improve console output of tls-server-verify
When running in parallel, it is not easy to identify what server and client failed when the test fails. This adds identifiers to all lines of console output. Fixes: #1461 PR-URL: #1836 Reviewed-By: Ben Noordhuis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6ccdcc - Browse repository at this point
Copy the full SHA e6ccdccView commit details -
test: kill child in tls-server-verify for speed up
For better performance of the test, the parent kills child processes so as not to wait them to be ended. Fixes: #1461 PR-URL: #1836 Reviewed-By: Ben Noordhuis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4cf323d - Browse repository at this point
Copy the full SHA 4cf323dView commit details -
deps: add -no_rand_screen to openssl s_client
In openssl s_client on Windows, RAND_screen() is invoked to initialize random state but it takes several seconds in each connection. This added -no_rand_screen to openssl s_client on Windows to skip RAND_screen() and gets a better performance in the unit test of test-tls-server-verify. Do not enable this except to use in the unit test. Fixes: #1461 PR-URL: #1836 Reviewed-By: Ben Noordhuis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ee497f - Browse repository at this point
Copy the full SHA 0ee497fView commit details -
test: add -no_rand_screen for tls-server-verify
This improves the performance of openssl s_client on Windows and gains several seconds to finish test-tls-server-verify. Fixes: #1461 PR-URL: #1836 Reviewed-By: Ben Noordhuis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ed25f6 - Browse repository at this point
Copy the full SHA 4ed25f6View commit details -
This test was failing occasionally both locally and on CI. Switched from using spawn to execFile for a more reliable test. Fixes: #1837 PR-URL: #1840 Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Trevor Norris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43a82f8 - Browse repository at this point
Copy the full SHA 43a82f8View commit details -
Fixes net-server-max-connections-close-makes-more-available Handles connection 'error' event so the test ends. PR-URL: #1881 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Brendan Ashworth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a804026 - Browse repository at this point
Copy the full SHA a804026View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we canβt render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff bd99e8de8e4...a804026c9b