From d362b07e78f69b52e90e026b7bb55065d6ffc484 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Wed, 13 Jun 2018 16:22:23 +0200 Subject: [PATCH] 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 Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Trivikram Kamat Reviewed-By: Ruben Bridgewater --- .../test-net-bytes-per-incoming-chunk-overhead.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{sequential => parallel}/test-net-bytes-per-incoming-chunk-overhead.js (100%) diff --git a/test/sequential/test-net-bytes-per-incoming-chunk-overhead.js b/test/parallel/test-net-bytes-per-incoming-chunk-overhead.js similarity index 100% rename from test/sequential/test-net-bytes-per-incoming-chunk-overhead.js rename to test/parallel/test-net-bytes-per-incoming-chunk-overhead.js