Commit 4837bb9
authored
DUX-5115 Add startup failure error log test (#449)
#444 got auto-merged a bit early, oops!
I can confirm that if you comment out the change in #444 then a bunch of
stuff fails:
```
Summary [ 83.049s] 239 tests run: 227 passed (1 leaky), 12 failed, 0 skipped
FAIL [ 36.712s] ghciwatch::error_log error_log_startup_failure_9102
FAIL [ 24.564s] ghciwatch::error_log error_log_startup_failure_9122
FAIL [ 22.095s] ghciwatch::error_log error_log_startup_failure_967
FAIL [ 33.764s] ghciwatch::error_log error_log_startup_failure_984
FAIL [ 22.941s] ghciwatch::shutdown handles_repeated_startup_failures_9102
FAIL [ 24.139s] ghciwatch::shutdown handles_repeated_startup_failures_9122
FAIL [ 25.440s] ghciwatch::shutdown handles_repeated_startup_failures_967
FAIL [ 27.936s] ghciwatch::shutdown handles_repeated_startup_failures_984
FAIL [ 27.663s] ghciwatch::shutdown handles_repeated_startup_failures_before_restart_ghci_hook_9102
FAIL [ 25.208s] ghciwatch::shutdown handles_repeated_startup_failures_before_restart_ghci_hook_9122
FAIL [ 22.660s] ghciwatch::shutdown handles_repeated_startup_failures_before_restart_ghci_hook_967
FAIL [ 31.145s] ghciwatch::shutdown handles_repeated_startup_failures_before_restart_ghci_hook_984
```1 parent d641be1 commit 4837bb9
2 files changed
Lines changed: 80 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
| 84 | + | |
98 | 85 | | |
99 | 86 | | |
100 | 87 | | |
| |||
500 | 487 | | |
501 | 488 | | |
502 | 489 | | |
503 | | - | |
| 490 | + | |
504 | 491 | | |
505 | 492 | | |
506 | 493 | | |
| |||
511 | 498 | | |
512 | 499 | | |
513 | 500 | | |
514 | | - | |
| 501 | + | |
515 | 502 | | |
516 | 503 | | |
517 | 504 | | |
| |||
575 | 562 | | |
576 | 563 | | |
577 | 564 | | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
213 | 214 | | |
214 | 215 | | |
215 | 216 | | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
0 commit comments