summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2023-04-05 01:24:04 +0200
committerNode.js GitHub Bot <github-bot@iojs.org>2023-04-07 17:47:47 +0000
commit7ece9f3c28be166d5e89b53df2695c74817d017a (patch)
treed698e4046d9139563fcd41476e90f1e1045e7be4 /test
parent13fd068474745d4b5d7e3366980e391e4d807bd6 (diff)
downloadnode-new-7ece9f3c28be166d5e89b53df2695c74817d017a.tar.gz
test: move more inspector sequential tests to parallel
This moves sequential inspector tests that can be run in parallel (using random ports) to parallel. Before: ``` ❯ tools/test.py "test/sequential/test-inspector-*" [00:07|% 100|+ 28|- 0]: Done All tests passed. ❯ tools/test.py "test/parallel/test-inspector-*" [00:01|% 100|+ 26|- 0]: Done All tests passed. ``` After: ``` ❯ tools/test.py "test/sequential/test-inspector-*" [00:00|% 100|+ 1|- 0]: Done All tests passed. ❯ tools/test.py "test/parallel/test-inspector-*" [00:01|% 100|+ 53|- 0]: Done All tests passed. ``` PR-URL: https://github.com/nodejs/node/pull/47412 Refs: https://github.com/nodejs/node/issues/47146 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/parallel/test-inspector-async-call-stack-abort.js (renamed from test/sequential/test-inspector-async-call-stack-abort.js)0
-rw-r--r--test/parallel/test-inspector-async-call-stack.js (renamed from test/sequential/test-inspector-async-call-stack.js)0
-rw-r--r--test/parallel/test-inspector-async-hook-setup-at-inspect-brk.js (renamed from test/sequential/test-inspector-async-hook-setup-at-inspect-brk.js)0
-rw-r--r--test/parallel/test-inspector-async-hook-setup-at-signal.js (renamed from test/sequential/test-inspector-async-hook-setup-at-signal.js)0
-rw-r--r--test/parallel/test-inspector-async-stack-traces-promise-then.js (renamed from test/sequential/test-inspector-async-stack-traces-promise-then.js)0
-rw-r--r--test/parallel/test-inspector-async-stack-traces-set-interval.js (renamed from test/sequential/test-inspector-async-stack-traces-set-interval.js)0
-rw-r--r--test/parallel/test-inspector-break-e.js (renamed from test/sequential/test-inspector-break-e.js)0
-rw-r--r--test/parallel/test-inspector-break-when-eval.js (renamed from test/sequential/test-inspector-break-when-eval.js)0
-rw-r--r--test/parallel/test-inspector-console.js (renamed from test/sequential/test-inspector-console.js)0
-rw-r--r--test/parallel/test-inspector-contexts.js (renamed from test/sequential/test-inspector-contexts.js)0
-rw-r--r--test/parallel/test-inspector-debug-brk-flag.js (renamed from test/sequential/test-inspector-debug-brk-flag.js)0
-rw-r--r--test/parallel/test-inspector-debug-end.js (renamed from test/sequential/test-inspector-debug-end.js)0
-rw-r--r--test/parallel/test-inspector-enabled.js (renamed from test/sequential/test-inspector-enabled.js)0
-rw-r--r--test/parallel/test-inspector-exception.js (renamed from test/sequential/test-inspector-exception.js)0
-rw-r--r--test/parallel/test-inspector-has-inspector-false.js (renamed from test/sequential/test-inspector-has-inspector-false.js)0
-rw-r--r--test/parallel/test-inspector-invalid-args.js (renamed from test/sequential/test-inspector-invalid-args.js)0
-rw-r--r--test/parallel/test-inspector-ip-detection.js (renamed from test/sequential/test-inspector-ip-detection.js)0
-rw-r--r--test/parallel/test-inspector-not-blocked-on-idle.js (renamed from test/sequential/test-inspector-not-blocked-on-idle.js)0
-rw-r--r--test/parallel/test-inspector-open.js (renamed from test/sequential/test-inspector-open.js)0
-rw-r--r--test/parallel/test-inspector-overwrite-config.js (renamed from test/sequential/test-inspector-overwrite-config.js)0
-rw-r--r--test/parallel/test-inspector-port-zero.js (renamed from test/sequential/test-inspector-port-zero.js)0
-rw-r--r--test/parallel/test-inspector-resource-name-to-url.js (renamed from test/sequential/test-inspector-resource-name-to-url.js)0
-rw-r--r--test/parallel/test-inspector-runtime-evaluate-with-timeout.js (renamed from test/sequential/test-inspector-runtime-evaluate-with-timeout.js)0
-rw-r--r--test/parallel/test-inspector-scriptparsed-context.js (renamed from test/sequential/test-inspector-scriptparsed-context.js)0
-rw-r--r--test/parallel/test-inspector-stop-profile-after-done.js (renamed from test/sequential/test-inspector-stop-profile-after-done.js)0
-rw-r--r--test/parallel/test-inspector-stops-no-file.js (renamed from test/sequential/test-inspector-stops-no-file.js)0
-rw-r--r--test/parallel/test-inspector-stress-http.js (renamed from test/sequential/test-inspector-stress-http.js)0
-rw-r--r--test/parallel/test-inspector.js (renamed from test/sequential/test-inspector.js)0
28 files changed, 0 insertions, 0 deletions
diff --git a/test/sequential/test-inspector-async-call-stack-abort.js b/test/parallel/test-inspector-async-call-stack-abort.js
index 64eb2bd0ac..64eb2bd0ac 100644
--- a/test/sequential/test-inspector-async-call-stack-abort.js
+++ b/test/parallel/test-inspector-async-call-stack-abort.js
diff --git a/test/sequential/test-inspector-async-call-stack.js b/test/parallel/test-inspector-async-call-stack.js
index f050487da7..f050487da7 100644
--- a/test/sequential/test-inspector-async-call-stack.js
+++ b/test/parallel/test-inspector-async-call-stack.js
diff --git a/test/sequential/test-inspector-async-hook-setup-at-inspect-brk.js b/test/parallel/test-inspector-async-hook-setup-at-inspect-brk.js
index 04e36b589d..04e36b589d 100644
--- a/test/sequential/test-inspector-async-hook-setup-at-inspect-brk.js
+++ b/test/parallel/test-inspector-async-hook-setup-at-inspect-brk.js
diff --git a/test/sequential/test-inspector-async-hook-setup-at-signal.js b/test/parallel/test-inspector-async-hook-setup-at-signal.js
index 1de7a3ed20..1de7a3ed20 100644
--- a/test/sequential/test-inspector-async-hook-setup-at-signal.js
+++ b/test/parallel/test-inspector-async-hook-setup-at-signal.js
diff --git a/test/sequential/test-inspector-async-stack-traces-promise-then.js b/test/parallel/test-inspector-async-stack-traces-promise-then.js
index f50d8994a2..f50d8994a2 100644
--- a/test/sequential/test-inspector-async-stack-traces-promise-then.js
+++ b/test/parallel/test-inspector-async-stack-traces-promise-then.js
diff --git a/test/sequential/test-inspector-async-stack-traces-set-interval.js b/test/parallel/test-inspector-async-stack-traces-set-interval.js
index 35d2577b0c..35d2577b0c 100644
--- a/test/sequential/test-inspector-async-stack-traces-set-interval.js
+++ b/test/parallel/test-inspector-async-stack-traces-set-interval.js
diff --git a/test/sequential/test-inspector-break-e.js b/test/parallel/test-inspector-break-e.js
index 274422cf59..274422cf59 100644
--- a/test/sequential/test-inspector-break-e.js
+++ b/test/parallel/test-inspector-break-e.js
diff --git a/test/sequential/test-inspector-break-when-eval.js b/test/parallel/test-inspector-break-when-eval.js
index bd9969e0dc..bd9969e0dc 100644
--- a/test/sequential/test-inspector-break-when-eval.js
+++ b/test/parallel/test-inspector-break-when-eval.js
diff --git a/test/sequential/test-inspector-console.js b/test/parallel/test-inspector-console.js
index 33cd913efb..33cd913efb 100644
--- a/test/sequential/test-inspector-console.js
+++ b/test/parallel/test-inspector-console.js
diff --git a/test/sequential/test-inspector-contexts.js b/test/parallel/test-inspector-contexts.js
index 9cdf2d0017..9cdf2d0017 100644
--- a/test/sequential/test-inspector-contexts.js
+++ b/test/parallel/test-inspector-contexts.js
diff --git a/test/sequential/test-inspector-debug-brk-flag.js b/test/parallel/test-inspector-debug-brk-flag.js
index fd524b6918..fd524b6918 100644
--- a/test/sequential/test-inspector-debug-brk-flag.js
+++ b/test/parallel/test-inspector-debug-brk-flag.js
diff --git a/test/sequential/test-inspector-debug-end.js b/test/parallel/test-inspector-debug-end.js
index f3e343a0da..f3e343a0da 100644
--- a/test/sequential/test-inspector-debug-end.js
+++ b/test/parallel/test-inspector-debug-end.js
diff --git a/test/sequential/test-inspector-enabled.js b/test/parallel/test-inspector-enabled.js
index 33140ba507..33140ba507 100644
--- a/test/sequential/test-inspector-enabled.js
+++ b/test/parallel/test-inspector-enabled.js
diff --git a/test/sequential/test-inspector-exception.js b/test/parallel/test-inspector-exception.js
index fc41de97e9..fc41de97e9 100644
--- a/test/sequential/test-inspector-exception.js
+++ b/test/parallel/test-inspector-exception.js
diff --git a/test/sequential/test-inspector-has-inspector-false.js b/test/parallel/test-inspector-has-inspector-false.js
index 56a50408bb..56a50408bb 100644
--- a/test/sequential/test-inspector-has-inspector-false.js
+++ b/test/parallel/test-inspector-has-inspector-false.js
diff --git a/test/sequential/test-inspector-invalid-args.js b/test/parallel/test-inspector-invalid-args.js
index 846a46a429..846a46a429 100644
--- a/test/sequential/test-inspector-invalid-args.js
+++ b/test/parallel/test-inspector-invalid-args.js
diff --git a/test/sequential/test-inspector-ip-detection.js b/test/parallel/test-inspector-ip-detection.js
index 333749de3c..333749de3c 100644
--- a/test/sequential/test-inspector-ip-detection.js
+++ b/test/parallel/test-inspector-ip-detection.js
diff --git a/test/sequential/test-inspector-not-blocked-on-idle.js b/test/parallel/test-inspector-not-blocked-on-idle.js
index 0a38540c3e..0a38540c3e 100644
--- a/test/sequential/test-inspector-not-blocked-on-idle.js
+++ b/test/parallel/test-inspector-not-blocked-on-idle.js
diff --git a/test/sequential/test-inspector-open.js b/test/parallel/test-inspector-open.js
index 93a2c74a0e..93a2c74a0e 100644
--- a/test/sequential/test-inspector-open.js
+++ b/test/parallel/test-inspector-open.js
diff --git a/test/sequential/test-inspector-overwrite-config.js b/test/parallel/test-inspector-overwrite-config.js
index c20df08325..c20df08325 100644
--- a/test/sequential/test-inspector-overwrite-config.js
+++ b/test/parallel/test-inspector-overwrite-config.js
diff --git a/test/sequential/test-inspector-port-zero.js b/test/parallel/test-inspector-port-zero.js
index 3f55e2777c..3f55e2777c 100644
--- a/test/sequential/test-inspector-port-zero.js
+++ b/test/parallel/test-inspector-port-zero.js
diff --git a/test/sequential/test-inspector-resource-name-to-url.js b/test/parallel/test-inspector-resource-name-to-url.js
index 0465c065b9..0465c065b9 100644
--- a/test/sequential/test-inspector-resource-name-to-url.js
+++ b/test/parallel/test-inspector-resource-name-to-url.js
diff --git a/test/sequential/test-inspector-runtime-evaluate-with-timeout.js b/test/parallel/test-inspector-runtime-evaluate-with-timeout.js
index 84dff6cdd9..84dff6cdd9 100644
--- a/test/sequential/test-inspector-runtime-evaluate-with-timeout.js
+++ b/test/parallel/test-inspector-runtime-evaluate-with-timeout.js
diff --git a/test/sequential/test-inspector-scriptparsed-context.js b/test/parallel/test-inspector-scriptparsed-context.js
index 3c5c07a53a..3c5c07a53a 100644
--- a/test/sequential/test-inspector-scriptparsed-context.js
+++ b/test/parallel/test-inspector-scriptparsed-context.js
diff --git a/test/sequential/test-inspector-stop-profile-after-done.js b/test/parallel/test-inspector-stop-profile-after-done.js
index f81884ecfd..f81884ecfd 100644
--- a/test/sequential/test-inspector-stop-profile-after-done.js
+++ b/test/parallel/test-inspector-stop-profile-after-done.js
diff --git a/test/sequential/test-inspector-stops-no-file.js b/test/parallel/test-inspector-stops-no-file.js
index 9ec09fb15d..9ec09fb15d 100644
--- a/test/sequential/test-inspector-stops-no-file.js
+++ b/test/parallel/test-inspector-stops-no-file.js
diff --git a/test/sequential/test-inspector-stress-http.js b/test/parallel/test-inspector-stress-http.js
index c038b7832e..c038b7832e 100644
--- a/test/sequential/test-inspector-stress-http.js
+++ b/test/parallel/test-inspector-stress-http.js
diff --git a/test/sequential/test-inspector.js b/test/parallel/test-inspector.js
index a62013ebb4..a62013ebb4 100644
--- a/test/sequential/test-inspector.js
+++ b/test/parallel/test-inspector.js