You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
roachtest: validate number of tables in database for fingerprinting
Continuing to get failures with missing tables in the backup fixtures,
this commit adds a stricter validation to our backup fixtures to ensure
that the number of tables are being fingerprinted. This should prevent
invalid fingerprints and fixtures from being created, which should
reduce our test failures on restore and isolate the failures to the real
culprit, the fixture tests.
Informs: #149671Fixes: #149772, #149773, #149769
Release note: None
0 commit comments