Skip to content

Commit 1bb4f0c

Browse files
authored
Merge pull request #154747 from cockroachdb/blathers/backport-release-25.4-154548
release-25.4: roachtest: disable network partitions in mixed version tests
2 parents 69aa8e1 + 6f0af96 commit 1bb4f0c

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,8 @@ type networkPartitionMutator struct{}
543543
func (m networkPartitionMutator) Name() string { return failures.IPTablesNetworkPartitionName }
544544

545545
func (m networkPartitionMutator) Probability() float64 {
546-
return 0.3
546+
// TODO(#154547)
547+
return 0.0
547548
}
548549

549550
func (m networkPartitionMutator) Generate(

0 commit comments

Comments
 (0)