Commit f46a3b9
committed
fix(reports): use mktemp for parallel-safe HTML report temp file
The fixed filename temp_test_cases.txt caused race conditions when
running tests in parallel mode, leading to "No such file or directory"
errors when multiple subprocesses accessed the same file.1 parent 0fffb35 commit f46a3b9
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| |||
0 commit comments