Commit d17bf2f
test: update test-child-process-bad-stdio to use node:test
This commit updates test/parallel/test-child-process-bad-stdio.js
to use node:test. This change prevents multiple child processes
from being spawned in parallel, which can be problematic in the
CI.
PR-URL: #56562
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>1 parent 5660b99 commit d17bf2fCopy full SHA for d17bf2f
File tree
Expand file treeCollapse file tree
1 file changed
+16
-14
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+16
-14
lines changedOpen diff view settings
Collapse file
test/parallel/test-child-process-bad-stdio.js
Copy file name to clipboard+16-14Lines changed: 16 additions & 14 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
5 | | - |
6 | 4 | |
7 | 5 | |
8 | 6 | |
9 | 7 | |
10 | 8 | |
11 | 9 | |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
12 | 15 | |
13 | 16 | |
14 | 17 | |
15 | | - |
16 | 18 | |
17 | 19 | |
18 | | - |
| 20 | + |
19 | 21 | |
20 | 22 | |
21 | 23 | |
| ||
24 | 26 | |
25 | 27 | |
26 | 28 | |
27 | | - |
| 29 | + |
28 | 30 | |
29 | 31 | |
30 | 32 | |
31 | 33 | |
32 | 34 | |
33 | 35 | |
34 | 36 | |
35 | | - |
36 | | - |
| 37 | + |
37 | 38 | |
38 | 39 | |
39 | 40 | |
40 | 41 | |
| 42 | + |
41 | 43 | |
42 | | - |
| 44 | + |
43 | 45 | |
44 | | - |
45 | | - |
| 46 | + |
46 | 47 | |
47 | 48 | |
48 | 49 | |
49 | 50 | |
50 | 51 | |
| 52 | + |
51 | 53 | |
52 | 54 | |
53 | 55 | |
54 | | - |
| 56 | + |
55 | 57 | |
56 | | - |
57 | | - |
| 58 | + |
58 | 59 | |
59 | 60 | |
60 | 61 | |
61 | 62 | |
| 63 | + |
62 | 64 | |
63 | | - |
| 65 | + |
0 commit comments