tests: Disable defrag command as it caused problems with defragBeforeCopy failpoint

Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
This commit is contained in:
Marek Siarkowicz 2023-01-31 12:47:41 +01:00
parent a8b6b05564
commit 90b839dda7

View File

@ -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},
},
},
}