Commit daef7ff
authored
[Monitoring] Add logging to understand stuck testcases (#4489)
### Motivation
#4364and #4381 have introduced metrics for how long it took between a
testcase creation and some event of interest (cleanup considering to
close a bug, analyze finishing, et al).
These percentile metrics allowed us to notice that there are several
testcases that did not make progress for more than a year. This PR
introduces logging so we can pinpoint them, and discuss if a purge of
some sort is required1 parent 514cec0 commit daef7ff
File tree
2 files changed
+6
-0
lines changed- src/clusterfuzz/_internal
- common
- cron
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| 320 | + | |
| 321 | + | |
320 | 322 | | |
321 | 323 | | |
322 | 324 | | |
| |||
0 commit comments