Skip to content

Commit

Permalink
Merge pull request #114064 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-23.2-114026

release-23.2: kvnemesis: bump default steps to 100
  • Loading branch information
erikgrinaker authored Nov 8, 2023
2 parents 07a1e72 + 20071e7 commit 08455e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kv/kvnemesis/kvnemesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import (
"github.com/stretchr/testify/require"
)

var defaultNumSteps = envutil.EnvOrDefaultInt("COCKROACH_KVNEMESIS_STEPS", 50)
var defaultNumSteps = envutil.EnvOrDefaultInt("COCKROACH_KVNEMESIS_STEPS", 100)

func (cfg kvnemesisTestCfg) testClusterArgs(tr *SeqTracker) base.TestClusterArgs {
storeKnobs := &kvserver.StoreTestingKnobs{
Expand Down

0 comments on commit 08455e4

Please sign in to comment.