Skip to content

Commit 822cccb

Browse files
committed
Revert "roachtest: temporarily disable network partition mutator"
This reverts commit 0cda1d6.
1 parent b473882 commit 822cccb

File tree

1 file changed

+2
-4
lines changed
  • pkg/cmd/roachtest/roachtestutil/mixedversion

1 file changed

+2
-4
lines changed

pkg/cmd/roachtest/roachtestutil/mixedversion/mutators.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -503,17 +503,15 @@ func GetFailer(planner *testPlanner, name string) (*failures.Failer, error) {
503503
return planner._getFailer(name)
504504
}
505505

506-
return planner.cluster.GetFailer(planner.logger, planner.cluster.CRDBNodes(), name)
506+
return planner.cluster.GetFailer(planner.logger, planner.cluster.CRDBNodes(), name, false)
507507
}
508508

509509
type networkPartitionMutator struct{}
510510

511511
func (m networkPartitionMutator) Name() string { return failures.IPTablesNetworkPartitionName }
512512

513513
func (m networkPartitionMutator) Probability() float64 {
514-
// Temporarily set to 0 while we investigate a better way to handle
515-
// intersecting failures.
516-
return 0
514+
return 0.3
517515
}
518516

519517
func (m networkPartitionMutator) Generate(

0 commit comments

Comments
 (0)