Merge pull request #15227 from serathius/linearizability-trigger-fail

Linearizability disable defragment request in traffic to remove flakes
This commit is contained in:
Marek Siarkowicz 2023-02-01 09:26:08 +01:00 committed by GitHub
commit d814adbf94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,6 @@ var (
{operation: PutWithLease, chance: 10},
{operation: LeaseRevoke, chance: 10},
{operation: CompareAndSet, chance: 10},
{operation: Defragment, chance: 5},
},
},
}
@ -76,7 +75,6 @@ var (
writes: []requestChance{
{operation: Put, chance: 90},
{operation: LargePut, chance: 5},
{operation: Defragment, chance: 5},
},
},
}