Skip to content

Commit

Permalink
Fix lease checkpointing tests by forcing a snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Siarkowicz <[email protected]>
  • Loading branch information
serathius committed Jul 21, 2022
1 parent 7079484 commit 3a4d767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/v3_lease_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3a4d767

Please sign in to comment.