Commit 769b6c8
test: fix flaky child-process-exec-kill-throws
Kill the child process with `SIGKILL` to make sure the child process
does not remain alive.
Fixes: #20139
PR-URL: #20213
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Weijia Wang <starkwang@126.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent e17280e commit 769b6c8Copy full SHA for 769b6c8
File tree
Expand file treeCollapse file tree
1 file changed
+2
-1
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+2
-1
lines changedOpen diff view settings
Collapse file
test/parallel/test-child-process-exec-kill-throws.js
Copy file name to clipboardExpand all lines: test/parallel/test-child-process-exec-kill-throws.js+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
| 22 | + |
| 23 | + |
23 | 24 | |
24 | 25 | |
25 | 26 | |
|
0 commit comments