Commit f0d81c9
test: apply a delay to
The test is still flaking on macOS. This might be caused by fs
event coalescing. Apply a delay to reduce the chance of it.
Also, add a bit more logs to show more information.
PR-URL: #60610
Refs: https://github.com/nodejs/reliability/blob/main/reports/2025-11-07.md
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>watch-mode-kill-signal tests1 parent 3e11658 commit f0d81c9Copy full SHA for f0d81c9
File tree
Expand file treeCollapse file tree
3 files changed
+16
-3
lines changedOpen diff view settings
Filter options
- test
- fixtures
- parallel
Expand file treeCollapse file tree
3 files changed
+16
-3
lines changedOpen diff view settings
Collapse file
test/fixtures/kill-signal-for-watch.js
Copy file name to clipboardExpand all lines: test/fixtures/kill-signal-for-watch.js+4-1Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
Collapse file
test/parallel/test-watch-mode-kill-signal-default.mjs
Copy file name to clipboardExpand all lines: test/parallel/test-watch-mode-kill-signal-default.mjs+6-1Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
51 | 51 | |
52 | 52 | |
53 | 53 | |
54 | | - |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
55 | 60 | |
56 | 61 | |
57 | 62 | |
|
Collapse file
test/parallel/test-watch-mode-kill-signal-override.mjs
Copy file name to clipboardExpand all lines: test/parallel/test-watch-mode-kill-signal-override.mjs+6-1Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
52 | 52 | |
53 | 53 | |
54 | 54 | |
55 | | - |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
56 | 61 | |
57 | 62 | |
58 | 63 | |
|
0 commit comments