Commit 03cb7cd
authored
Ignore rows which are missing stats during daily aggregation (#5287)
There were a couple old versions of CF running in the
clusterfuzz-candidate2 bots. This PR ignores the stats which were
generated by those bots. It's unfortunate that the stats are missing
these, but IMO it's better to completely ignore these rows rather than
writing partial data. There were 10 of these instances running, which
resulted in some fuzzers having a fuzzing session unaccounted for.
Testing: Ran this SQL against the BigQuery table and verified it
correctly filters out the rows and resulted in the `testcases_generated
== testcases_executed`
### Rollout
we will have to rerun the cron job for the past month again after this
deploys to properly ignore those rows.1 parent 305841a commit 03cb7cd
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
152 | 154 | | |
153 | 155 | | |
154 | 156 | | |
| |||
170 | 172 | | |
171 | 173 | | |
172 | 174 | | |
| 175 | + | |
173 | 176 | | |
174 | 177 | | |
175 | 178 | | |
| |||
0 commit comments