Geo - The count to find the numbers of repository|wikis that verification failed are wrong
Summary
The number of verification failures is the same as the number of mismatches because when having a mismatch we set the repository_checksum_mismatch column to true, and store an error message in the last_repository_verification_failure column as well.
See https://dashboards.gitlab.net/d/YoKVGxSmk/gcp-failover-gcp?orgId=1
Possible fixes
We have two options:
Check if therepository_checksum_mismatchisfalseboth onGeo::ProjectRegistry.verification_failed_repos, and~Geo::ProjectRegistry.verification_failed_wikisscopes.- Does not store an error message in the
last_repository_verification_failurecolumn when checksum mismatch.
Edited by Douglas Barbosa Alexandre
