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
Decoding this error: sets.clj:110 is when the test creates its table. This is done without a retry loop (and it shouldn't need one, since it's a single statement outside a transaction). If it fails, all the other test threads fail too.
Other tests (including comments.clj) are also seeing restart transaction errors in their table creations.
Found here:
https://teamcity.cockroachdb.com/viewLog.html?buildId=243251&buildTypeId=Cockroach_Nightlies_Jepsen&tab=buildLog#_state=147,1998,4680,4704&focus=4704
(Using the new scripts from #15717)
The error occurs very early during the test's initialization, presumably when creating the tables:
The text was updated successfully, but these errors were encountered: