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: only use timestamp when taking snapshot for invariant problem
We take the risk that two tests could attempt to create a snapshot
at the same exact millisecond, as we have a 63 character limit on
the snapshot name and the cluster name usually exceeds this by itself.
0 commit comments