Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-03-12 19:10:50 +0300
committerItalo A. Casas <me@italoacasas.com>2017-03-20 17:37:41 +0300
commitf9c831f4b1c271e67813dc1e1584378fbcb9ff73 (patch)
tree7ecef8650a5259d015d125482e2eaa6fa5ff74f5 /test
parent2649dab2744b98d7733275a12835e127084b5cb1 (diff)
test: fix flaky test-domain-abort-on-uncaught
test-domain-abort-on-uncaught is flaky under load. Move it to sequential so it is not competing with other tests for resources. PR-URL: https://github.com/nodejs/node/pull/11817 Fixes: https://github.com/nodejs/node/issues/11814 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/sequential/test-domain-abort-on-uncaught.js (renamed from test/parallel/test-domain-abort-on-uncaught.js)0
1 files changed, 0 insertions, 0 deletions
diff --git a/test/parallel/test-domain-abort-on-uncaught.js b/test/sequential/test-domain-abort-on-uncaught.js
index f754541f374..f754541f374 100644
--- a/test/parallel/test-domain-abort-on-uncaught.js
+++ b/test/sequential/test-domain-abort-on-uncaught.js