0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 07:53:06 +01:00
nodejs/test/sequential
Rich Trott 9164c00bdb test: move resource intensive tests to sequential
To enable greater parallelization of tests on CI, move resource
intensive tests out of parallel and into sequential.

Ref: https://github.com/nodejs/node/pull/4476
PR-URL: https://github.com/nodejs/node/pull/4615
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-01-12 19:49:01 -08:00
..
sequential.status
test-buffer-bad-overload.js buffer: throw if both length and enc are passed 2016-01-06 09:00:29 -08:00
test-child-process-emfile.js
test-child-process-execsync.js test: remove unused modules 2016-01-01 16:37:02 -08:00
test-child-process-fork-getconnections.js
test-cluster-disconnect-leak.js cluster: ignore queryServer msgs on disconnection 2016-01-07 21:41:10 -08:00
test-cluster-listening-port.js
test-debug-args.js
test-deprecation-flags.js
test-dgram-pingpong.js test: move resource intensive tests to sequential 2016-01-12 19:49:01 -08:00
test-force-repl.js
test-fs-watch.js
test-http-regr-gh-2928.js test: move resource intensive tests to sequential 2016-01-12 19:49:01 -08:00
test-init.js
test-memory-usage-emfile.js
test-module-loading.js
test-net-GH-5504.js
test-net-listen-exclusive-random-ports.js
test-net-localport.js
test-net-server-address.js
test-net-server-bind.js
test-next-tick-error-spin.js
test-pipe-address.js
test-pipe-head.js
test-pipe-stream.js
test-pipe-unref.js
test-pipe.js
test-regress-GH-746.js
test-regress-GH-784.js
test-regress-GH-819.js test: remove unused assert module imports 2015-12-30 11:45:34 -08:00
test-regress-GH-877.js
test-regress-GH-1531.js
test-regress-GH-1697.js test: remove unused modules 2016-01-01 16:37:02 -08:00
test-regress-GH-1726.js
test-regress-GH-1899.js
test-regress-GH-3542.js
test-regress-GH-4015.js
test-regress-GH-4027.js
test-regress-GH-4948.js
test-require-cache-without-stat.js
test-setproctitle.js
test-sigint-infinite-loop.js
test-socket-write-after-fin-error.js
test-socket-write-after-fin.js
test-stdin-child-proc.js
test-stdin-from-file.js
test-stdin-pipe-resume.js
test-stdin-script-child.js
test-stdout-cannot-be-closed-child-process-pipe.js
test-stdout-close-catch.js test: remove unused modules 2016-01-01 16:37:02 -08:00
test-stdout-stderr-reading.js
test-stdout-to-file.js
test-stream2-fs.js test: remove unused vars 2016-01-05 08:59:58 -08:00
test-stream2-httpclient-response-end.js
test-stream2-stderr-sync.js test: remove unused assert module imports 2015-12-30 11:45:34 -08:00
test-stringbytes-external-exceed-max-by-1-ascii.js test: move resource intensive tests to sequential 2016-01-12 19:49:01 -08:00
test-stringbytes-external-exceed-max-by-1-base64.js test: move resource intensive tests to sequential 2016-01-12 19:49:01 -08:00
test-stringbytes-external-exceed-max-by-1-binary.js test: move resource intensive tests to sequential 2016-01-12 19:49:01 -08:00
test-stringbytes-external-exceed-max-by-1-hex.js test: move resource intensive tests to sequential 2016-01-12 19:49:01 -08:00
test-stringbytes-external-exceed-max-by-1-utf8.js test: move resource intensive tests to sequential 2016-01-12 19:49:01 -08:00
test-stringbytes-external-exceed-max-by-2.js test: move resource intensive tests to sequential 2016-01-12 19:49:01 -08:00
test-stringbytes-external-exceed-max.js test: move resource intensive tests to sequential 2016-01-12 19:49:01 -08:00
test-sync-fileread.js
test-tcp-wrap-connect.js
test-tcp-wrap-listen.js test: remove unused vars 2016-01-05 08:59:58 -08:00
test-tls-honorcipherorder.js
test-util-debug.js
test-vm-syntax-error-stderr.js
test-vm-timeout-rethrow.js
test-zerolengthbufferbug.js
testcfg.py