node/test/sequential
Rich Trott 592db37e2f test: move test to sequential for reliability
test-https-set-timeout-server fails under load. Move it to sequential so
it is not competing with other tests.

PR-URL: https://github.com/nodejs/node/pull/12704
Fixes: https://github.com/nodejs/node/issues/10130
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
2017-05-02 20:39:21 -05:00
..
sequential.status benchmark: terminate child process on Windows 2017-05-02 20:39:15 -05:00
test-benchmark-child-process.js test: minimize time for child_process benchmark 2017-05-02 12:46:14 -05:00
test-benchmark-net.js benchmark: check end() argument to be > 0 2017-03-28 19:26:58 -04:00
test-buffer-creation-regression.js test: reduce buffer size in buffer-creation test 2017-04-10 13:44:32 -04:00
test-child-process-emfile.js test: add common.mustNotCall() 2017-02-14 11:52:23 -05:00
test-child-process-execsync.js test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
test-child-process-fork-getconnections.js test: s/assert.equal/assert.strictEqual/ 2017-01-30 12:08:40 -05:00
test-child-process-pass-fd.js test: prevent workers outliving parent 2016-11-03 05:32:01 -05:00
test-crypto-timing-safe-equal.js benchmark,lib,test: adjust for linting 2017-01-30 12:08:27 -05:00
test-debug-host-port.js src: make debugger listen on 127.0.0.1 by default 2016-08-23 21:10:34 +02:00
test-debugger-debug-brk.js src, inspector: add --inspect-brk 2017-02-14 11:52:15 -05:00
test-debugger-repeat-last.js test: move test-debugger-repeat-last to sequential 2017-05-02 12:46:15 -05:00
test-deprecation-flags.js test: s/assert.equal/assert.strictEqual/ 2017-01-30 12:08:40 -05:00
test-dgram-pingpong.js test: fix flaky test-dgram-pingpong 2016-02-07 13:01:05 -08:00
test-domain-abort-on-uncaught.js tools: use no-useless-concat ESLint rule 2017-05-02 12:46:18 -05:00
test-fs-readfile-tostring-fail.js test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
test-fs-watch.js test: cleanup test-fs-watch.js 2017-05-02 15:22:43 -05:00
test-http-regr-gh-2928.js test: s/assert.equal/assert.strictEqual/ 2017-01-30 12:08:40 -05:00
test-http-server-consumed-timeout.js test: add common.mustNotCall() 2017-02-14 11:52:23 -05:00
test-https-set-timeout-server.js test: move test to sequential for reliability 2017-05-02 20:39:21 -05:00
test-init.js test: refactor test-init.js 2017-01-04 10:44:04 -06:00
test-module-loading.js test: add regex check to test-module-loading 2017-02-22 21:05:17 +01:00
test-net-GH-5504.js test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
test-net-server-address.js test: add common.mustNotCall() 2017-02-14 11:52:23 -05:00
test-next-tick-error-spin.js test: refactor test-next-tick-error-spin 2016-11-22 06:33:50 +01:00
test-pipe.js test: improve the code in test-pipe.js 2017-01-04 10:44:06 -06:00
test-process-warnings.js test: s/assert.equal/assert.strictEqual/ 2017-01-30 12:08:40 -05:00
test-regress-GH-784.js test: s/assert.equal/assert.strictEqual/ 2017-01-30 12:08:40 -05:00
test-regress-GH-877.js test: s/assert.equal/assert.strictEqual/ 2017-01-30 12:08:40 -05:00
test-regress-GH-1697.js test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
test-regress-GH-1726.js test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
test-regress-GH-4015.js test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
test-regress-GH-4027.js test: s/assert.equal/assert.strictEqual/ 2017-01-30 12:08:40 -05:00
test-repl-timeout-throw.js test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
test-require-cache-without-stat.js test: s/assert.equal/assert.strictEqual/ 2017-01-30 12:08:40 -05:00
test-stream2-fs.js test: s/assert.equal/assert.strictEqual/ 2017-01-30 12:08:40 -05:00
test-stream2-stderr-sync.js test: s/assert.equal/assert.strictEqual/ 2017-01-30 12:08:40 -05:00
test-timers-blocking-callback.js test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
test-util-debug.js test: refactor the code in test-util-debug.js 2017-01-30 12:08:35 -05:00
test-vm-timeout-rethrow.js test: fix flaky test-vm-timeout-rethrow 2017-02-25 11:24:33 -05:00
testcfg.py