Browse Source

test: move common.PORT debug tests to sequential

They tend to hang if they happen to run in parallel with another test
that uses common.PORT.

PR-URL: https://github.com/nodejs/node/pull/13592
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
v6.x
Gibson Fahnestock 8 years ago
committed by Myles Borins
parent
commit
a5fe098b85
No known key found for this signature in database GPG Key ID: 933B01F40B5CA946
  1. 0
      test/sequential/test-debug-brk-no-arg.js
  2. 0
      test/sequential/test-debug-no-context.js
  3. 0
      test/sequential/test-debug-port-cluster.js
  4. 0
      test/sequential/test-debug-port-from-cmdline.js
  5. 0
      test/sequential/test-debug-port-numbers.js
  6. 0
      test/sequential/test-debug-signal-cluster.js
  7. 0
      test/sequential/test-debugger-util-regression.js

0
test/parallel/test-debug-brk-no-arg.js → test/sequential/test-debug-brk-no-arg.js

0
test/parallel/test-debug-no-context.js → test/sequential/test-debug-no-context.js

0
test/parallel/test-debug-port-cluster.js → test/sequential/test-debug-port-cluster.js

0
test/parallel/test-debug-port-from-cmdline.js → test/sequential/test-debug-port-from-cmdline.js

0
test/parallel/test-debug-port-numbers.js → test/sequential/test-debug-port-numbers.js

0
test/parallel/test-debug-signal-cluster.js → test/sequential/test-debug-signal-cluster.js

0
test/parallel/test-debugger-util-regression.js → test/sequential/test-debugger-util-regression.js

Loading…
Cancel
Save