Commit 00f14cc
authored
Log shrinking status (#1454)
* Add cli option to include shrinking status in status lines
A worker event is also logged showing the shrinking operation and the sequence
length before and after each successful step.
* Add `logShrinking` flag to `default.yaml`
* Remove last shrinking op from status line
* Always display shrinking info in status line
* Comment cleanup
* Remove shrinking step log and `logShrinking` flag
* Compute status line reproducer length on demand
* Log per-worker shrinking status
* Display shrinking status when shrinking and active shrinking workers data1 parent b314059 commit 00f14cc
2 files changed
+16
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
411 | 423 | | |
412 | 424 | | |
413 | 425 | | |
414 | 426 | | |
415 | 427 | | |
| 428 | + | |
416 | 429 | | |
417 | 430 | | |
0 commit comments