node/test/sequential
Rich Trott b4ef644ce4 test: retry on known SmartOS bug
There is a known issue with SmartOS that is generally worked around
in `tools/test.py`. However, a more robust workaround is required for
some tests that open many network connections.

`test-http-regr-gh-2928` is one such test.

Fixes: https://github.com/nodejs/node/issues/5445
Refs: https://github.com/nodejs/node/pull/3941
PR-URL: https://github.com/nodejs/node/pull/5454
Reviewed-By: Fedor Indutny <fedor@indutny.com>
2016-03-21 12:58:00 -07:00
..
sequential.status test: remove flaky designation from fixed tests 2016-03-21 12:57:57 -07:00
test-child-process-emfile.js test: fix flaky test-child-process-emfile 2015-10-29 08:38:41 -07:00
test-child-process-execsync.js test: fix redeclared vars in sequential tests 2016-03-02 14:01:11 -08:00
test-child-process-fork-getconnections.js src,test,tools: modify for more stringent linting 2016-03-02 14:01:11 -08:00
test-cluster-listening-port.js tools: lint for spacing around unary operators 2016-03-02 14:01:11 -08:00
test-debug-args.js test: remove unnecessary assignments 2016-01-19 11:52:30 -08:00
test-deprecation-flags.js test: remove unnecessary assignments 2016-01-19 11:52:30 -08:00
test-dgram-pingpong.js test: fix flaky test-dgram-pingpong 2016-03-02 14:01:11 -08:00
test-force-repl.js
test-fs-watch.js test: refactor test-fs-watch 2016-03-02 14:01:11 -08:00
test-http-regr-gh-2928.js test: retry on known SmartOS bug 2016-03-21 12:58:00 -07:00
test-init.js test: fix style issues after eslint update 2016-02-15 11:30:23 -08:00
test-memory-usage-emfile.js test: remove unnecessary assignments 2016-01-19 11:52:30 -08:00
test-module-loading.js test: remove unneeded common.indirectInstanceOf() 2016-03-02 14:01:11 -08:00
test-net-GH-5504.js test: extend timeout in Debug mode 2016-01-19 11:52:40 -08:00
test-net-listen-exclusive-random-ports.js test: remove unnecessary assignments 2016-01-19 11:52:30 -08:00
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: refresh temp directory when using pipe 2015-10-10 10:38:55 -07:00
test-pipe-head.js
test-pipe-stream.js test: refresh temp directory when using pipe 2015-10-10 10:38:55 -07:00
test-pipe-unref.js test: refresh temp directory when using pipe 2015-10-10 10:38:55 -07:00
test-pipe.js
test-pump-file2tcp-noexist.js test: remove deprecated error logging 2015-10-07 20:39:18 -07:00
test-pump-file2tcp.js test: remove unused vars 2016-01-19 11:52:39 -08:00
test-regress-GH-746.js
test-regress-GH-784.js
test-regress-GH-819.js test: remove unused assert module imports 2016-01-19 11:52:33 -08:00
test-regress-GH-877.js
test-regress-GH-1531.js
test-regress-GH-1697.js test: fix style issues after eslint update 2016-02-15 11:30:23 -08:00
test-regress-GH-1726.js test: remove unnecessary assignments 2016-01-19 11:52:30 -08:00
test-regress-GH-1899.js
test-regress-GH-3542.js test: fix style issues after eslint update 2016-02-15 11:30:23 -08:00
test-regress-GH-4015.js
test-regress-GH-4027.js
test-regress-GH-4948.js
test-require-cache-without-stat.js test: fix redeclared vars in sequential tests 2016-03-02 14:01:11 -08:00
test-setproctitle.js test: remove unnecessary assignments 2016-01-19 11:52:30 -08:00
test-sigint-infinite-loop.js test: remove unnecessary assignments 2016-01-19 11:52:30 -08:00
test-socket-write-after-fin-error.js
test-socket-write-after-fin.js
test-stdin-child-proc.js test: remove unnecessary assignments 2016-01-19 11:52:30 -08:00
test-stdin-from-file.js
test-stdin-pipe-resume.js test: remove unnecessary assignments 2016-01-19 11:52:30 -08:00
test-stdin-script-child.js test: remove unnecessary assignments 2016-01-19 11:52:30 -08:00
test-stdout-cannot-be-closed-child-process-pipe.js test: remove unnecessary assignments 2016-01-19 11:52:30 -08:00
test-stdout-close-catch.js test: remove unused modules 2016-01-19 11:52:39 -08:00
test-stdout-stderr-reading.js test: remove unnecessary assignments 2016-01-19 11:52:30 -08:00
test-stdout-to-file.js test: change calls to deprecated util.print() 2015-09-30 22:19:52 +10:00
test-stream2-fs.js test: remove unused vars 2016-01-19 11:52:39 -08:00
test-stream2-httpclient-response-end.js
test-stream2-stderr-sync.js test: remove unused assert module imports 2016-01-19 11:52:33 -08:00
test-stringbytes-external-exceed-max-by-1-ascii.js test: move resource intensive tests to sequential 2016-02-15 11:30:23 -08:00
test-stringbytes-external-exceed-max-by-1-base64.js test: move resource intensive tests to sequential 2016-02-15 11:30:23 -08:00
test-stringbytes-external-exceed-max-by-1-binary.js test: move resource intensive tests to sequential 2016-02-15 11:30:23 -08:00
test-stringbytes-external-exceed-max-by-1-hex.js test: move resource intensive tests to sequential 2016-02-15 11:30:23 -08:00
test-stringbytes-external-exceed-max-by-1-utf8.js test: move resource intensive tests to sequential 2016-02-15 11:30:23 -08:00
test-stringbytes-external-exceed-max-by-2.js test: move resource intensive tests to sequential 2016-02-15 11:30:23 -08:00
test-stringbytes-external-exceed-max.js test: move resource intensive tests to sequential 2016-02-15 11:30:23 -08:00
test-sync-fileread.js test: remove unnecessary assignments 2016-01-19 11:52:30 -08:00
test-tcp-wrap-connect.js
test-tcp-wrap-listen.js test: fix redeclared vars in sequential tests 2016-03-02 14:01:11 -08:00
test-tls-honorcipherorder.js test: skip/replace weak crypto tests in FIPS mode 2015-12-23 08:38:33 -08:00
test-util-debug.js test: remove unnecessary assignments 2016-01-19 11:52:30 -08:00
test-vm-syntax-error-stderr.js
test-vm-timeout-rethrow.js test: load common.js to test for global leaks 2015-10-02 13:39:27 +10:00
test-zerolengthbufferbug.js
testcfg.py