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.
2 parents a96be29 + 3e29188 commit cdee83dCopy full SHA for cdee83d
pkg/cmd/roachtest/tests/follower_reads.go
@@ -1063,9 +1063,11 @@ func runFollowerReadsMixedVersionGlobalTableTest(
1063
//
1064
// TODO(darrylwong): Once #137625 is complete, we can switch to querying prometheus using
1065
// `clusterstats` instead and re-enable separate process.
1066
+ //
1067
+ // This test is flaky in shared process mode, so it is temporarily disabled to reduce noise.
1068
+ // TODO(server): #157164 is the tracking issue to re-enable this.
1069
mixedversion.EnabledDeploymentModes(
1070
mixedversion.SystemOnlyDeployment,
- mixedversion.SharedProcessDeployment,
1071
),
1072
)
1073
}
0 commit comments