We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3b2b7 commit ead6970Copy full SHA for ead6970
pkg/cmd/roachtest/tests/perturbation/framework.go
@@ -243,7 +243,7 @@ func (v variations) randomize(rng *rand.Rand) variations {
243
func setup(p perturbation, acceptableChange float64) variations {
244
v := variations{}
245
v.workload = kvWorkload{}
246
- v.leaseType = registry.EpochLeases
+ v.leaseType = registry.LeaderLeases
247
v.blockSize = 4096
248
v.splits = 10000
249
v.numNodes = 12
0 commit comments