Commit a18f4fb
committed
intra: test crash 2 console with exit
The behaviour of sending crash out to console differs between exit and non-exit
scenarios. For example, log/memconsole does not flush synchronously, and so
stands to miss out on crash logs, as exiting immediately after a caught panic
will mean missed crash logs, if flush also hadn't happened on-path.
This test now takes into account that scenario to make sure loggers do flush
crash logs on-path.1 parent e3c328f commit a18f4fb
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
407 | 409 | | |
408 | 410 | | |
409 | | - | |
410 | | - | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
411 | 417 | | |
412 | 418 | | |
413 | 419 | | |
| |||
0 commit comments