node/test/sequential
cjihrig f233b160c9
cli: add --max-http-header-size flag
Allow the maximum size of HTTP headers to be overridden from
the command line.

Backport-PR-URL: https://github.com/nodejs/node/pull/25173
co-authored-by: Matteo Collina <hello@matteocollina.com>
PR-URL: https://github.com/nodejs/node/pull/24811
Fixes: https://github.com/nodejs/node/issues/24692
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2018-12-21 18:40:56 -05:00
..
sequential.status test: remove orphaned entries from status 2018-03-29 23:25:35 -04:00
test-buffer-creation-regression.js test: simplify test skipping 2017-09-05 12:49:51 -04:00
test-child-process-emfile.js test: simplify test skipping 2017-09-05 12:49:51 -04:00
test-child-process-execsync.js test: update references to archived repository 2018-03-29 23:25:36 -04:00
test-child-process-fork-getconnections.js test: s/assert.equal/assert.strictEqual/ 2017-04-18 20:01:52 -04:00
test-child-process-pass-fd.js test: fix flaky test-child-process-pass-fd 2018-02-12 19:28:13 -05:00
test-cluster-debug-port.js test: move test-cluster-debug-port to sequential 2017-10-26 00:21:30 -04:00
test-cluster-inspect-brk.js test: skipIfInspectorDisabled cluster-inspect-brk 2017-10-25 04:09:42 -04:00
test-crypto-timing-safe-equal.js test: simplify test skipping 2017-09-05 12:49:51 -04:00
test-debug-brk-no-arg.js test: move common.PORT debug tests to sequential 2017-07-11 17:42:58 +01:00
test-debug-brk.js test: move test-debug-brk to sequential 2017-07-11 17:42:58 +01:00
test-debug-host-port.js src: make debugger listen on 127.0.0.1 by default 2018-11-24 16:46:43 +11:00
test-debug-no-context.js test: move common.PORT debug tests to sequential 2017-07-11 17:42:58 +01:00
test-debug-port-cluster.js src: make debugger listen on 127.0.0.1 by default 2018-11-24 16:46:43 +11:00
test-debug-port-from-cmdline.js src: make debugger listen on 127.0.0.1 by default 2018-11-24 16:46:43 +11:00
test-debug-port-numbers.js src: make debugger listen on 127.0.0.1 by default 2018-11-24 16:46:43 +11:00
test-debug-signal-cluster.js src: make debugger listen on 127.0.0.1 by default 2018-11-24 16:46:43 +11:00
test-debugger-debug-brk.js test: use eslint to fix var->const/let 2017-04-18 20:01:49 -04:00
test-debugger-repeat-last.js test: move test-debugger-repeat-last to sequential 2017-05-17 21:32:18 -04:00
test-debugger-util-regression.js test: move common.PORT debug tests to sequential 2017-07-11 17:42:58 +01:00
test-deprecation-flags.js test: use fixtures module over fixturesDir 2017-11-28 13:10:27 +09:00
test-dgram-bind-shared-ports.js test: adjust indentation for stricter linting 2017-09-05 12:49:50 -04:00
test-dgram-pingpong.js test: reduce string concatenations 2017-07-11 17:43:49 +01:00
test-fs-readfile-tostring-fail.js test: skip test due to file size limit 2017-11-28 13:10:40 +09:00
test-fs-watch.js test: adjust indentation for stricter linting 2017-09-05 12:49:50 -04:00
test-http-keep-alive-large-write.js net: fix timeouts during long writes 2018-01-02 14:06:34 -05:00
test-http-keepalive-maxsockets.js test: move test-http-keepalive-maxsockets to sequential 2017-11-28 13:10:59 +09:00
test-http-max-http-headers.js cli: add --max-http-header-size flag 2018-12-21 18:40:56 -05:00
test-http-regr-gh-2928.js test: s/assert.equal/assert.strictEqual/ 2017-04-18 20:01:52 -04:00
test-http-server-consumed-timeout.js test: remove undefined function 2018-02-12 19:28:26 -05:00
test-https-keep-alive-large-write.js net: fix timeouts during long writes 2018-01-02 14:06:34 -05:00
test-init.js test: change fixturesDir to fixtures.path 2017-11-28 13:10:05 +09:00
test-inspector-address.js inspector: don't bind to 0.0.0.0 by default 2018-08-13 21:01:13 +10:00
test-module-loading.js test: update references to archived repository 2018-03-29 23:25:36 -04:00
test-net-better-error-messages-port.js test: use dynamic port instead of common.PORT 2017-07-11 17:43:48 +01:00
test-net-connect-local-error.js test: fix sequential test-net-connect-local-error 2017-07-17 11:30:04 -04:00
test-net-GH-5504.js test: clean up inappropriate language 2017-12-19 15:58:56 -05:00
test-net-listen-shared-ports.js test: track callback invocations 2017-07-17 10:41:26 -04:00
test-net-reconnect-error.js test: move net reconnect error test to sequential 2017-07-17 10:55:15 -04:00
test-net-server-address.js test: simplify test skipping 2017-09-05 12:49:51 -04:00
test-net-server-bind.js test: refactor test-net-server-bind 2017-08-15 20:57:24 -07:00
test-next-tick-error-spin.js test: remove unused parameter in test-next-tick-error-spin.js 2017-12-19 15:53:38 -05:00
test-pipe.js test: improve the code in test-pipe.js 2017-01-31 17:07:48 -05:00
test-process-warnings.js test: use fixtures in test-process-warnings 2017-11-28 13:10:16 +09:00
test-regress-GH-784.js test: fix ordering of strictEqual actual/expected 2017-11-28 13:10:20 +09:00
test-regress-GH-877.js test: adjust indentation for stricter linting 2017-09-05 12:49:50 -04:00
test-regress-GH-1697.js test: reduce string concatenations 2017-07-11 17:43:49 +01:00
test-regress-GH-1726.js test: use eslint to fix var->const/let 2017-04-18 20:01:49 -04:00
test-regress-GH-4015.js test: replaces fixturesDir with fixtures methods 2017-11-28 13:10:18 +09:00
test-regress-GH-4027.js test,fs: delay unlink in test-regress-GH-4027.js 2017-08-15 20:57:35 -07:00
test-repl-timeout-throw.js test: reduce string concatenations 2017-07-11 17:43:49 +01:00
test-require-cache-without-stat.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-set-http-max-http-headers.js cli: add --max-http-header-size flag 2018-12-21 18:40:56 -05:00
test-stream-writable-clear-buffer.js stream: fix disparity between buffer and the count 2018-01-02 14:06:34 -05:00
test-stream2-fs.js test: use ES6 classes instead of util.inherits 2017-11-28 13:10:28 +09:00
test-stream2-stderr-sync.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-timers-block-eventloop.js test: fix flaky timers-block-eventloop test 2018-04-13 03:40:49 +01:00
test-timers-blocking-callback.js test: make timers-blocking-callback more reliable 2017-09-20 11:37:55 -04:00
test-util-debug.js test: remove envPlus, use Object.assign everywhere 2017-09-25 23:42:31 -04:00
test-vm-timeout-rethrow.js test: use eslint to fix var->const/let 2017-04-18 20:01:49 -04:00
testcfg.py