Skip to content

Commit

Permalink
more diag in msg
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Jan 23, 2025
1 parent 0fbdda1 commit 68a1b24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/verifier/change_stream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,9 @@ func (suite *IntegrationTestSuite) TestStartAtTimeNoChanges() {

suite.Require().False(
startAtTs.After(insertTs),
"change stream should start no later than the last operation",
"change stream (%+v) should start no later than the last operation (%+v)",
startAtTs,
insertTs,
)

verifier.srcChangeStreamReader.writesOffTs.Set(insertTs)
Expand Down

0 comments on commit 68a1b24

Please sign in to comment.