Commit d541fd7
committed
contest: collector: fix input for marking as passing from srk to cur
We should only mark test as passing based on cur[rent streak]
not the [max] s[t]r[ea]k. Because if a test is incorrectly
considered as passing we want to be able to force is back
to filtered. But unless we also clear the max streak it
will come back to passing on the next collection.
Signed-off-by: Jakub Kicinski <[email protected]>1 parent 394c02e commit d541fd7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
0 commit comments