summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2018-06-13 16:22:23 +0200
committerAnna Henningsen <anna@addaleax.net>2018-06-20 22:50:23 +0200
commitd362b07e78f69b52e90e026b7bb55065d6ffc484 (patch)
treea83e2b47ab9fc57d64ccca8f606f31358402e473
parent7aa95670a1742df8a84ea5ecba969c11f268d400 (diff)
downloadandroid-node-v8-d362b07e78f69b52e90e026b7bb55065d6ffc484.tar.gz
android-node-v8-d362b07e78f69b52e90e026b7bb55065d6ffc484.tar.bz2
android-node-v8-d362b07e78f69b52e90e026b7bb55065d6ffc484.zip
test: move net bytes-per-chunk test to parallel
This was added in 3217e8e66fa81e787b9f3b18c0c09235f050acee as a regression test for a security patch. We moved it to `sequential` to lower the risk of creating a flaky test, because an earlier version of it was failing one some platforms. There is no known reason why te test should be flaky in this form, though, and moving it to parallel would be good because it does take around 3 seconds that would otherwise fully count towards the test run time. PR-URL: https://github.com/nodejs/node/pull/21322 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
-rw-r--r--test/parallel/test-net-bytes-per-incoming-chunk-overhead.js (renamed from test/sequential/test-net-bytes-per-incoming-chunk-overhead.js)0
1 files changed, 0 insertions, 0 deletions
diff --git a/test/sequential/test-net-bytes-per-incoming-chunk-overhead.js b/test/parallel/test-net-bytes-per-incoming-chunk-overhead.js
index 8f766e8c7a..8f766e8c7a 100644
--- a/test/sequential/test-net-bytes-per-incoming-chunk-overhead.js
+++ b/test/parallel/test-net-bytes-per-incoming-chunk-overhead.js