mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
tests: Disable defrag command as it caused problems with defragBeforeCopy failpoint
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
This commit is contained in:
parent
a8b6b05564
commit
90b839dda7
@ -58,7 +58,6 @@ var (
|
||||
{operation: PutWithLease, chance: 10},
|
||||
{operation: LeaseRevoke, chance: 10},
|
||||
{operation: CompareAndSet, chance: 10},
|
||||
{operation: Defragment, chance: 5},
|
||||
},
|
||||
},
|
||||
}
|
||||
@ -74,7 +73,6 @@ var (
|
||||
writes: []requestChance{
|
||||
{operation: Put, chance: 90},
|
||||
{operation: LargePut, chance: 5},
|
||||
{operation: Defragment, chance: 5},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user