Skip to content

Commit d8f7c0d

Browse files
committed
[Cluster] Add additional case to snapshot test.
1 parent 484115f commit d8f7c0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aeron-system-tests/src/test/java/io/aeron/cluster/ClusterBackupTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@ void shouldQueryForSnapshotsWithLogPosition()
712712
cluster.backupQueryContainsSnapshot(leader, snapshots.get(3).logPosition() + 1, snapshots.get(3));
713713

714714
cluster.backupQueryContainsSnapshot(leader, snapshots.get(3).logPosition() + 1_000_000, snapshots.get(3));
715+
cluster.backupQueryContainsSnapshot(leader, Long.MAX_VALUE, snapshots.get(3));
715716
}
716717

717718
private static void awaitErrorLogged(final TestBackupNode testBackupNode, final String expectedErrorMessage)

0 commit comments

Comments
 (0)