mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #15227 from serathius/linearizability-trigger-fail
Linearizability disable defragment request in traffic to remove flakes
This commit is contained in:
commit
d814adbf94
@ -60,7 +60,6 @@ var (
|
|||||||
{operation: PutWithLease, chance: 10},
|
{operation: PutWithLease, chance: 10},
|
||||||
{operation: LeaseRevoke, chance: 10},
|
{operation: LeaseRevoke, chance: 10},
|
||||||
{operation: CompareAndSet, chance: 10},
|
{operation: CompareAndSet, chance: 10},
|
||||||
{operation: Defragment, chance: 5},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
@ -76,7 +75,6 @@ var (
|
|||||||
writes: []requestChance{
|
writes: []requestChance{
|
||||||
{operation: Put, chance: 90},
|
{operation: Put, chance: 90},
|
||||||
{operation: LargePut, chance: 5},
|
{operation: LargePut, chance: 5},
|
||||||
{operation: Defragment, chance: 5},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user