Fix lease checkpointing tests by forcing a snapshot

Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
This commit is contained in:
Marek Siarkowicz 2022-07-21 18:28:40 +02:00
parent 8f4735dfd4
commit 783e99cbfe

View File

@ -377,6 +377,7 @@ func TestV3LeaseCheckpoint(t *testing.T) {
EnableLeaseCheckpoint: tc.checkpointingEnabled,
LeaseCheckpointInterval: tc.checkpointingInterval,
LeaseCheckpointPersist: tc.checkpointingPersist,
SnapshotCount: 5,
}
clus := NewClusterV3(t, config)
defer clus.Terminate(t)