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: elide 'estimated_last_login_time' in system.users fingerprint
The backup/restore roachtests have recently begun to flake (due to #150375)
with a fingerprint error on the system.users table. The roachtest simply needs
to be taught to elide the values of the estimated_last_login_time column, which
can be updated before the test driver fingerprints the column.
Fixes#150400
Release note: none
0 commit comments