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: fail on bad table lookup when fingerprinting fixtures
Some fixtures are missing table fingerprints, which results in failing
restore roachtests. However, the failure is actually caused by bad
fixture fingerprints, which were silently ignored due to the fact that
we simply log an error and continue if we are unable to fetch all tables
of a database. This commit updates the roachtest to properly fail if we
fail to fetch a table.
Informs: #149555, #149556, #149557, #149558, #149559, #149560, #149561
0 commit comments