node/test/pummel
Rich Trott 687348ad1d
test: move test that creates 1Gb file to pummel
Fixes: https://github.com/nodejs/node/issues/16601

PR-URL: https://github.com/nodejs/node/pull/27053
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Signed-off-by: Beth Griggs <Bethany.Griggs@uk.ibm.com>
2019-04-10 15:30:25 +01:00
..
test-abort-fatal-error.js
test-child-process-spawn-loop.js
test-crypto-dh.js
test-crypto-timing-safe-equal-benchmarks.js test: improve performance of test-crypto-timing-safe-equal-benchmarks 2019-02-28 23:35:37 +11:00
test-dh-regr.js
test-fs-largefile.js test: fix test/pummel/test-fs-largefile.js 2019-01-14 16:50:46 +01:00
test-fs-readfile-tostring-fail.js test: move test that creates 1Gb file to pummel 2019-04-10 15:30:25 +01:00
test-fs-watch-file-slow.js test: removed unused variable in fs-watch-file-slow 2018-10-17 11:30:19 -07:00
test-fs-watch-file.js test: fix test/pummel/test-fs-watch-file.js 2019-01-14 16:50:48 +01:00
test-fs-watch-non-recursive.js test: refactor test-fs-watch-non-recursive 2019-01-14 16:50:48 +01:00
test-fs-watch-system-limit.js test: move test-fs-watch-system-limit from sequential to pummel 2018-11-14 00:55:43 +01:00
test-hash-seed.js test: prepare test-hash-seed for CI 2019-01-23 19:30:40 +01:00
test-heapdump-dns.js test: move heapdump tests to pummel 2019-01-29 22:19:16 +01:00
test-heapdump-fs-promise.js test: move heapdump tests to pummel 2019-01-29 22:19:16 +01:00
test-heapdump-http2.js test: move heapdump tests to pummel 2019-01-29 22:19:16 +01:00
test-heapdump-inspector.js test: move heapdump tests to pummel 2019-01-29 22:19:16 +01:00
test-heapdump-tls.js test: move heapdump tests to pummel 2019-01-29 22:19:16 +01:00
test-heapdump-worker.js test: fix test-heapdump-worker 2019-03-27 21:58:59 +01:00
test-heapdump-zlib.js test: move heapdump tests to pummel 2019-01-29 22:19:16 +01:00
test-http-many-keep-alive-connections.js test: fix the arguments order in assert.strictEqual 2018-11-28 11:25:27 +11: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-23 19:30:33 +01:00
test-net-connect-econnrefused.js test: refactor pummel/test-net-connect-econnrefused 2019-01-23 19:29:04 +01:00
test-net-many-clients.js test: refactor pummel/test-net-many-clients 2019-01-23 19:29:05 +01:00
test-net-pause.js test: convert callback to arrow function 2018-11-28 11:25:34 +11:00
test-net-pingpong-delay.js test: swap expected and actual arguments in assert.strictEqual() 2018-10-17 11:30:15 -07:00
test-net-pingpong.js test: refactor pummel/test-net-pingpong 2019-01-23 19:29:05 +01:00
test-net-throttle.js test: replace callback with arrow functions 2018-11-28 11:25:32 +11:00
test-net-timeout.js benchmark,doc,lib,test: capitalize comments 2019-03-14 11:02:41 +01:00
test-net-timeout2.js
test-net-write-callbacks.js test: assertion equality fix 2018-11-28 11:25:27 +11:00
test-next-tick-infinite-calls.js
test-process-cpuUsage.js
test-process-hrtime.js doc,lib,test: capitalize comment sentences 2018-12-25 02:35:52 -05:00
test-regress-GH-814.js
test-regress-GH-814_2.js
test-regress-GH-892.js test: corret assertion arg order in test-regress-GH-892.js 2018-10-17 11:30:10 -07:00
test-stream-pipe-multi.js benchmark,doc,lib,test: capitalize comments 2019-03-14 11:02:41 +01:00
test-timers.js benchmark,doc,lib,test: capitalize comments 2019-03-14 11:02:41 +01:00
test-tls-server-large-request.js
test-tls-throttle.js
test-vm-memleak.js test: remove unused catch bindings 2018-11-06 20:15:31 +01:00
test-vm-race.js test: remove unused catch bindings 2018-11-06 20:15:31 +01:00
test-watch-file.js
testcfg.py