Skip to content

Commit

Permalink
test: minor fix to wal IT test
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Feb 6, 2023
1 parent 5f78c4d commit dd7cb3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4270,7 +4270,7 @@ public void testAppendSegment() throws Exception {
if (segmentWasAdded) {
Assert.assertEquals(
new OLogSequenceNumber(
records.get(records.size() - 1).getLsn().getSegment() + 2,
records.get(records.size() - 1).getLsn().getSegment() + 4,
CASWALPage.RECORDS_OFFSET),
wal.end());
} else {
Expand Down

0 comments on commit dd7cb3b

Please sign in to comment.