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
}, totalWaitTime, pollInterval, "Peers did not converge on version for doc %q\nGlobal state for all peers:\n%s", docID, peers.PrintGlobalDocState(t, dsName, docID))
87
+
}, totalWaitTime, pollInterval) {
88
+
// do if !assert->require pattern so we can delay PrintGlobalDocState evaluation
89
+
require.FailNowf(t, "Peers did not converge on version", "Global state for doc %q on all peers:\n%s", docID, peers.PrintGlobalDocState(t, dsName, docID))
90
+
}
88
91
}
89
92
90
93
// PrintGlobalDocState returns the current state of a document across all peers, and also logs it on `t`.
0 commit comments