Commit 5849967
committed
[None][test] CBTS coverage: log immediate-save failures instead of swallowing
The poller's post-context-switch save is the only persistence chance for a
short-lived worker that exits before the next periodic save, so a silent
`except: pass` turned lost subprocess coverage into an undebuggable false
negative. Print to stderr like the periodic/final save handlers do.
Signed-off-by: Ivy Zhang <25222398+crazydemo@users.noreply.github.com>1 parent 48198e0 commit 5849967
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
160 | 163 | | |
161 | 164 | | |
162 | 165 | | |
| |||
0 commit comments