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

Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
dependabot/go_modules/go.uber.org/atomic-1.10.0
Marek Siarkowicz 2023-01-31 12:47:41 +01:00
parent a8b6b05564
commit 90b839dda7
1 changed files with 0 additions and 2 deletions

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