Skip to content

Commit 6f0af96

Browse files
committed
roachtest: disable network partitions in mixed version tests
This mutator is currently causing test flakes and we need to revaluate our approach before re-enabling. See #154547.
1 parent 1d6e033 commit 6f0af96

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)