-
Notifications
You must be signed in to change notification settings - Fork 30k
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: move test-http-keepalive-maxsockets to sequential #16777
Conversation
test-http-keepalive-maxsockets.js will fail if sufficient copies are run at once. Move to sequential.
Why does it fail? It's not using a shared port? If it's the |
=== release test-http-keepalive-maxsockets ===
Path: parallel/test-http-keepalive-maxsockets
assert.js:42
throw new errors.AssertionError({
^
AssertionError [ERR_ASSERTION]: 1 === 2
at Timeout._onTimeout (/Users/trott/io.js/test/parallel/test-http-keepalive-maxsockets.js:54:14)
at ontimeout (timers.js:478:11)
at tryOnTimeout (timers.js:302:5)
at Timer.listOnTimeout (timers.js:262:5)
Command: out/Release/node /Users/trott/io.js/test/parallel/test-http-keepalive-maxsockets.js
[00:06|% 100|+ 31|- 1]: Done
$ tools/test.py -j 32 --repeat 32 test/parallel/test-http-keepalive-maxsockets.js
=== release test-http-keepalive-maxsockets ===
Path: parallel/test-http-keepalive-maxsockets
assert.js:42
throw new errors.AssertionError({
^
AssertionError [ERR_ASSERTION]: 0 === 2
at Timeout._onTimeout (/Users/trott/io.js/test/parallel/test-http-keepalive-maxsockets.js:46:12)
at ontimeout (timers.js:478:11)
at tryOnTimeout (timers.js:302:5)
at Timer.listOnTimeout (timers.js:262:5)
Command: out/Release/node /Users/trott/io.js/test/parallel/test-http-keepalive-maxsockets.js
=== release test-http-keepalive-maxsockets ===
Path: parallel/test-http-keepalive-maxsockets
assert.js:42
throw new errors.AssertionError({
^
AssertionError [ERR_ASSERTION]: 1 === 2
at Timeout._onTimeout (/Users/trott/io.js/test/parallel/test-http-keepalive-maxsockets.js:46:12)
at ontimeout (timers.js:478:11)
at tryOnTimeout (timers.js:302:5)
at Timer.listOnTimeout (timers.js:262:5)
Command: out/Release/node /Users/trott/io.js/test/parallel/test-http-keepalive-maxsockets.js
=== release test-http-keepalive-maxsockets ===
Path: parallel/test-http-keepalive-maxsockets
assert.js:42
throw new errors.AssertionError({
^
AssertionError [ERR_ASSERTION]: 0 === 2
at Timeout._onTimeout (/Users/trott/io.js/test/parallel/test-http-keepalive-maxsockets.js:46:12)
at ontimeout (timers.js:478:11)
at tryOnTimeout (timers.js:302:5)
at Timer.listOnTimeout (timers.js:262:5)
Command: out/Release/node /Users/trott/io.js/test/parallel/test-http-keepalive-maxsockets.js
=== release test-http-keepalive-maxsockets ===
Path: parallel/test-http-keepalive-maxsockets
assert.js:42
throw new errors.AssertionError({
^
AssertionError [ERR_ASSERTION]: 1 === 2
at Timeout._onTimeout (/Users/trott/io.js/test/parallel/test-http-keepalive-maxsockets.js:54:14)
at ontimeout (timers.js:478:11)
at tryOnTimeout (timers.js:302:5)
at Timer.listOnTimeout (timers.js:262:5)
Command: out/Release/node /Users/trott/io.js/test/parallel/test-http-keepalive-maxsockets.js
=== release test-http-keepalive-maxsockets ===
Path: parallel/test-http-keepalive-maxsockets
assert.js:42
throw new errors.AssertionError({
^
AssertionError [ERR_ASSERTION]: 0 === 2
at Timeout._onTimeout (/Users/trott/io.js/test/parallel/test-http-keepalive-maxsockets.js:46:12)
at ontimeout (timers.js:478:11)
at tryOnTimeout (timers.js:302:5)
at Timer.listOnTimeout (timers.js:262:5)
Command: out/Release/node /Users/trott/io.js/test/parallel/test-http-keepalive-maxsockets.js
=== release test-http-keepalive-maxsockets ===
Path: parallel/test-http-keepalive-maxsockets
assert.js:42
throw new errors.AssertionError({
^
AssertionError [ERR_ASSERTION]: 1 === 2
at Timeout._onTimeout (/Users/trott/io.js/test/parallel/test-http-keepalive-maxsockets.js:54:14)
at ontimeout (timers.js:478:11)
at tryOnTimeout (timers.js:302:5)
at Timer.listOnTimeout (timers.js:262:5)
Command: out/Release/node /Users/trott/io.js/test/parallel/test-http-keepalive-maxsockets.js
[00:06|% 100|+ 26|- 6]: Done
$
IMO anything that needs |
test-http-keepalive-maxsockets.js will fail if sufficient copies are run at once. Move to sequential. PR-URL: nodejs#16777 Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: James M Snell <[email protected]>
Landed in 6af68d0 |
test-http-keepalive-maxsockets.js will fail if sufficient copies are run at once. Move to sequential. PR-URL: #16777 Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: James M Snell <[email protected]>
test-http-keepalive-maxsockets.js will fail if sufficient copies are run at once. Move to sequential. PR-URL: #16777 Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: James M Snell <[email protected]>
test-http-keepalive-maxsockets.js will fail if sufficient copies are run at once. Move to sequential. PR-URL: #16777 Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: James M Snell <[email protected]>
test-http-keepalive-maxsockets.js will fail if sufficient copies are run at once. Move to sequential. PR-URL: #16777 Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: James M Snell <[email protected]>
test-http-keepalive-maxsockets.js will fail if sufficient copies are run at once. Move to sequential. PR-URL: #16777 Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: James M Snell <[email protected]>
test-http-keepalive-maxsockets.js will fail if sufficient copies are run
at once. Move to sequential.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
test http