0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/pummel
Rich Trott 46fb276529 test: refactor pummel/test-keep-alive
* Reduce concurrent and duration options by half so as to avoid
  interference with other tests. (Excessive TCP activity in this test
  resulted in throttling that caused subsequent tests to fail on my
  local setup.)
* Use an OS-provided port rather than `common.PORT`. This possibly
  reduces side-effects on other tests (that may also be using
  `common.PORT`).
* Add punctuation in comments.

PR-URL: https://github.com/nodejs/node/pull/25485
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2019-01-16 06:49:12 -08:00
..
test-abort-fatal-error.js
test-child-process-spawn-loop.js
test-crypto-dh.js
test-crypto-timing-safe-equal-benchmarks.js
test-dh-regr.js
test-dtrace-jsstack.js
test-exec.js doc,lib,test: capitalize comment sentences 2018-12-17 17:14:35 +01:00
test-fs-largefile.js test: fix test/pummel/test-fs-largefile.js 2019-01-09 13:50:17 -08:00
test-fs-watch-file-slow.js test: removed unused variable in fs-watch-file-slow 2018-10-15 12:08:04 +02:00
test-fs-watch-file.js test: fix test/pummel/test-fs-watch-file.js 2019-01-09 20:48:45 -08:00
test-fs-watch-non-recursive.js test: refactor test-fs-watch-non-recursive 2019-01-09 22:19:23 -08:00
test-fs-watch-system-limit.js test: move test-fs-watch-system-limit from sequential to pummel 2018-11-09 16:11:51 -08:00
test-hash-seed.js
test-http-many-keep-alive-connections.js test: fix the arguments order in assert.strictEqual 2018-11-19 08:38:35 -08:00
test-http-upload-timeout.js
test-https-ci-reneg-attack.js tools: capitalize sentences 2018-12-10 17:07:18 +01:00
test-https-large-response.js
test-https-no-reader.js
test-keep-alive.js test: refactor pummel/test-keep-alive 2019-01-16 06:49:12 -08:00
test-net-connect-econnrefused.js test: fix test-net-connect-econnrefused (again) 2019-01-12 16:21:41 -08:00
test-net-many-clients.js test: use the correct parameter order on assert.strictEqual() 2018-10-15 12:00:00 +02:00
test-net-pause.js test: convert callback to arrow function 2018-11-25 19:45:25 +05:30
test-net-pingpong-delay.js test: swap expected and actual arguments in assert.strictEqual() 2018-10-15 12:03:08 +02:00
test-net-pingpong.js test: reverse the order of assertion statement arguments in pingpong test 2018-10-15 12:08:04 +02:00
test-net-throttle.js test: replace callback with arrow functions 2018-11-24 06:44:52 +09:00
test-net-timeout2.js
test-net-timeout.js test: replace closure with arrow function 2018-11-22 14:01:33 +05:30
test-net-write-callbacks.js test: assertion equality fix 2018-11-18 23:46:33 -08:00
test-next-tick-infinite-calls.js
test-process-cpuUsage.js
test-process-hrtime.js doc,lib,test: capitalize comment sentences 2018-12-17 17:14:35 +01:00
test-process-uptime.js
test-regress-GH-814_2.js
test-regress-GH-814.js
test-regress-GH-892.js test: corret assertion arg order in test-regress-GH-892.js 2018-10-15 12:00:00 +02:00
test-stream-pipe-multi.js test: swap actual&optional params 2018-11-18 10:44:36 -08:00
test-timers.js tools: capitalize sentences 2018-12-10 17:07:18 +01:00
test-tls-ci-reneg-attack.js tools: capitalize sentences 2018-12-10 17:07:18 +01:00
test-tls-server-large-request.js
test-tls-session-timeout.js test: fix test-tls-session-timeout 2018-12-24 21:50:28 -08:00
test-tls-throttle.js
test-vm-memleak.js test: remove unused catch bindings 2018-11-06 10:59:18 -05:00
test-vm-race.js test: remove unused catch bindings 2018-11-06 10:59:18 -05:00
test-watch-file.js
testcfg.py