Commit 74797c2
authored
Adding test case reproducibility metric (#4358)
### Motivation
The Chrome team has no easy visibility into how many manually uploaded
test cases flake or successfully reproduce. This PR implements a counter
metric to track that.
There are three possible outcomes, each represented by a string label:
'reproduces', 'one_timer' and 'does_not_reproduce'
Part of #42711 parent 13c5b09 commit 74797c2
File tree
2 files changed
+31
-1
lines changed- src/clusterfuzz/_internal
- bot/tasks/utasks
- metrics
2 files changed
+31
-1
lines changedLines changed: 21 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
409 | 410 | | |
410 | 411 | | |
411 | 412 | | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
412 | 421 | | |
413 | 422 | | |
414 | 423 | | |
| |||
425 | 434 | | |
426 | 435 | | |
427 | 436 | | |
428 | | - | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
429 | 449 | | |
430 | 450 | | |
431 | 451 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
0 commit comments