0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-25 08:19:38 +01:00
nodejs/test/sequential
Sebastian Plesciuc 0c2edd27e6 test: fixed flaky test-net-connect-local-error
Fixed test-net-connect-local-error by moving the test from
parallel to sequential.

PR-URL: https://github.com/nodejs/node/pull/12964
Fixes: https://github.com/nodejs/node/issues/12950
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
2017-05-15 23:28:21 -04:00
..
sequential.status benchmark: terminate child process on Windows 2017-04-28 16:18:35 -07:00
test-benchmark-child-process.js test: minimize time for child_process benchmark 2017-04-19 15:55:32 -07:00
test-benchmark-http.js test: add http benchmark test 2017-04-09 18:16:22 +08:00
test-benchmark-net.js
test-buffer-creation-regression.js test: reduce buffer size in buffer-creation test 2017-04-04 13:10:51 +05:30
test-child-process-emfile.js
test-child-process-execsync.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-child-process-fork-getconnections.js
test-child-process-pass-fd.js
test-cluster-inspect-brk.js test: skipIfInspectorDisabled cluster-inspect-brk 2017-05-02 07:50:16 +02:00
test-crypto-timing-safe-equal.js
test-debugger-repeat-last.js test: make tests pass when built without inspector 2017-04-26 10:02:15 +02:00
test-deprecation-flags.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-dgram-bind-shared-ports.js test: move test-dgram-bind-shared-ports to sequential 2017-05-13 18:37:06 +02:00
test-dgram-pingpong.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-domain-abort-on-uncaught.js test: make the rest of tests path-independent 2017-05-14 16:05:48 +03:00
test-fs-readfile-tostring-fail.js
test-fs-watch.js test: cleanup test-fs-watch.js 2017-04-25 21:15:03 -07:00
test-http-regr-gh-2928.js
test-http-server-consumed-timeout.js
test-https-set-timeout-server.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-init.js
test-module-loading.js test: make the rest of tests path-independent 2017-05-14 16:05:48 +03:00
test-net-better-error-messages-port.js test: use dynamic port instead of common.PORT 2017-05-09 13:25:05 -07:00
test-net-connect-local-error.js test: fixed flaky test-net-connect-local-error 2017-05-15 23:28:21 -04:00
test-net-GH-5504.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-net-listen-shared-ports.js test: use dynamic port instead of common.PORT 2017-05-09 13:25:05 -07:00
test-net-server-address.js
test-next-tick-error-spin.js
test-pipe.js
test-process-warnings.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-regress-GH-784.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-regress-GH-877.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-regress-GH-1697.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-regress-GH-1726.js
test-regress-GH-4015.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-regress-GH-4027.js
test-repl-timeout-throw.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-require-cache-without-stat.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-stream2-fs.js
test-stream2-stderr-sync.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-timers-blocking-callback.js
test-util-debug.js
test-vm-timeout-rethrow.js
testcfg.py