0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/pummel
Rich Trott 86a49ce2d8 test: move client renegotiation tests to parallel
* Move client renegotiation limit tests from pummel to parallel.
* Rename tests to more accurately reflect what they do.
* Refactor to use  arrow functions for anonymouse callbacks and to be
  consistent about trailing commas.

PR-URL: https://github.com/nodejs/node/pull/25757
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2019-01-30 07:53: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-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-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-hash-seed.js test: prepare test-hash-seed for CI 2019-01-17 16:14:45 -08:00
test-heapdump-dns.js test: move heapdump tests to pummel 2019-01-29 09:10:36 -08:00
test-heapdump-fs-promise.js test: move heapdump tests to pummel 2019-01-29 09:10:36 -08:00
test-heapdump-http2.js test: move heapdump tests to pummel 2019-01-29 09:10:36 -08:00
test-heapdump-inspector.js test: move heapdump tests to pummel 2019-01-29 09:10:36 -08:00
test-heapdump-tls.js test: move heapdump tests to pummel 2019-01-29 09:10:36 -08:00
test-heapdump-worker.js test: move heapdump tests to pummel 2019-01-29 09:10:36 -08:00
test-heapdump-zlib.js test: move heapdump tests to pummel 2019-01-29 09:10:36 -08:00
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-large-response.js
test-https-no-reader.js
test-keep-alive.js test: add check for wrk to test-keep-alive 2019-01-17 16:13:04 -08:00
test-net-connect-econnrefused.js test: refactor pummel/test-net-connect-econnrefused 2019-01-16 06:49:15 -08:00
test-net-many-clients.js test: refactor pummel/test-net-many-clients 2019-01-16 06:49:18 -08: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-net-pingpong.js test: refactor pummel/test-net-pingpong 2019-01-16 06:49:22 -08: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-stream-pipe-multi.js
test-timers.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-vm-race.js
test-watch-file.js
testcfg.py