fix(crdb): obtain latest sequences when the tx is retried (#7795)

This commit is contained in:
Tim Möhlmann
2024-04-18 16:07:05 +03:00
committed by adlerhurst
parent 8054e6753a
commit 579113b6ac
3 changed files with 4 additions and 8 deletions

View File

@@ -390,10 +390,10 @@ func TestCRDB_Push_Parallel(t *testing.T) {
},
},
res: res{
minErrCount: 1,
minErrCount: 0,
eventsRes: eventsRes{
aggIDs: []string{"204"},
pushedEventsCount: 6,
pushedEventsCount: 8,
aggTypes: database.TextArray[eventstore.AggregateType]{eventstore.AggregateType(t.Name())},
},
},