mirror of
https://github.com/google/nomulus
synced 2026-04-15 14:07:19 +00:00
* Ignore prober data when comparing databases Completely ignore prober data when comparing Datastore and SQL. Prober data deletions are not propagated from Datastore to SQL. It is difficult to distinguish soft-deletes from normal updates, therefore difficult to avoid false positives when looking for differences.