0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/sequential
Julien Klepatch 2e5ce2bc2c
test: make http(s)-set-timeout-server more similar
Make test-http(s)-set-timeout-server tests more similar and resolve the
following issues:

* `test-https-set-timeout-server.js` was missing some `assert`
   statements, including with `http` module

* Both files were missing some calls to `common.mustCall()`

* Both files were calling `createServer()` in different ways

PR-URL: https://github.com/nodejs/node/pull/13822
Refs: https://github.com/nodejs/node/issues/13588
Refs: https://github.com/nodejs/node/pull/13625
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2017-06-26 21:08:09 +03: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: pass env vars through to test-benchmark-http 2017-06-07 16:41:32 +01:00
test-benchmark-net.js benchmark: check end() argument to be > 0 2017-03-28 03:18:44 +03:00
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 meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-execsync.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-child-process-fork-getconnections.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-pass-fd.js test: check number of message events 2017-05-23 21:08:22 +02:00
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-debug-brk.js inspector: --debug* deprecation and invalidation 2017-05-29 11:33:59 -04:00
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: harden test-dgram-bind-shared-ports 2017-06-09 17:14:44 -04: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: use mustNotCall() in test-fs-watch 2017-06-13 12:39:46 -07:00
test-http-regr-gh-2928.js
test-http-server-consumed-timeout.js
test-https-set-timeout-server.js test: make http(s)-set-timeout-server more similar 2017-06-26 21:08:09 +03:00
test-init.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-module-loading.js test: fix RegExp nits 2017-06-21 03:40:27 +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: fix sequential test-net-connect-local-error 2017-05-22 14:11:57 -04:00
test-net-GH-5504.js test: refactor test-net-GH-5504 2017-05-19 21:42:52 -07:00
test-net-listen-shared-ports.js test: track callback invocations 2017-05-18 23:25:32 +02:00
test-net-reconnect-error.js test: move net reconnect error test to sequential 2017-05-20 08:08:13 -04:00
test-net-server-address.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-server-bind.js test: refactor test-net-server-bind 2017-05-31 22:09:54 -07:00
test-next-tick-error-spin.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-pipe.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-process-warnings.js test: fix RegExp nits 2017-06-21 03:40:27 +03:00
test-regress-GH-784.js test: fix RegExp nits 2017-06-21 03:40:27 +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 meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-regress-GH-4015.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-regress-GH-4027.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
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 meta: restore original copyright header 2017-03-10 11:23:48 -08:00
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 util: make util.debuglog() consistent with doc 2017-06-23 19:46:08 +03:00
test-vm-timeout-rethrow.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
testcfg.py