aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuigi Pinca <luigipinca@gmail.com>2019-03-30 15:09:19 +0100
committerLuigi Pinca <luigipinca@gmail.com>2019-04-27 08:20:21 +0200
commitf7afed17b663faee4d3978bcf59abc0cd675a38d (patch)
treedf170f35552d0f2c0804cfb214b9d00cd1a4718b
parenteca71e5a0c4b5e4357d8e871a5dc46b10e9bd1f1 (diff)
downloadandroid-node-v8-f7afed17b663faee4d3978bcf59abc0cd675a38d.tar.gz
android-node-v8-f7afed17b663faee4d3978bcf59abc0cd675a38d.tar.bz2
android-node-v8-f7afed17b663faee4d3978bcf59abc0cd675a38d.zip
test: move test-net-connect-handle-econnrefused
The port used in the test could be taken by another process before the callback of `server.close()` is called. Move it to sequential. PR-URL: https://github.com/nodejs/node/pull/27014 Fixes: https://github.com/nodejs/node/issues/26907 Refs: https://github.com/nodejs/node/pull/18257#discussion_r162717096 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
-rw-r--r--test/sequential/test-net-connect-handle-econnrefused.js (renamed from test/parallel/test-net-connect-handle-econnrefused.js)0
1 files changed, 0 insertions, 0 deletions
diff --git a/test/parallel/test-net-connect-handle-econnrefused.js b/test/sequential/test-net-connect-handle-econnrefused.js
index c1ccfc2338..c1ccfc2338 100644
--- a/test/parallel/test-net-connect-handle-econnrefused.js
+++ b/test/sequential/test-net-connect-handle-econnrefused.js