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

Linearizability disable defragment request in traffic to remove flakes
dependabot/go_modules/go.uber.org/atomic-1.10.0
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
1 changed files with 0 additions and 2 deletions

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