Skip to content

Commit 5ff3e1d

Browse files
craig[bot]cthumuluru-crdb
andcommitted
Merge #157166
157166: roachtest: disable global follower reads test in shared process mode r=shubhamdhama,Nukitt a=cthumuluru-crdb Follower reads roachtest on global tables in shared process mode is flaky, so disabling it to reduce noise. #157164 is the tracking issue to re-enable this. Fixes: #142194 Epic: None Release note: None Co-authored-by: Chandra Thumuluru <[email protected]>
2 parents 2b759bf + 8732360 commit 5ff3e1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkg/cmd/roachtest/tests/follower_reads.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,9 +1063,11 @@ func runFollowerReadsMixedVersionGlobalTableTest(
10631063
//
10641064
// TODO(darrylwong): Once #137625 is complete, we can switch to querying prometheus using
10651065
// `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.
10661069
mixedversion.EnabledDeploymentModes(
10671070
mixedversion.SystemOnlyDeployment,
1068-
mixedversion.SharedProcessDeployment,
10691071
),
10701072
)
10711073
}

0 commit comments

Comments
 (0)