mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Fix lease checkpointing tests by forcing a snapshot
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
This commit is contained in:
parent
8f4735dfd4
commit
783e99cbfe
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user