Skip to content

Commit

Permalink
Merge pull request #137305 from miraradeva/backport24.2-133092-134335
Browse files Browse the repository at this point in the history
release-24.2: roachtest: disable 23.1 -> 23.2 testing for follower reads
  • Loading branch information
miraradeva authored Dec 12, 2024
2 parents b953d44 + 69aceff commit f752ce4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/cmd/roachtest/tests/follower_reads.go
Original file line number Diff line number Diff line change
Expand Up @@ -978,6 +978,7 @@ func runFollowerReadsMixedVersionSingleRegionTest(
runFollowerReadsMixedVersionTest(ctx, t, c, topology, exactStaleness,
// Test currently fails in shared-process deployments, see: #129167.
mixedversion.EnabledDeploymentModes(mixedversion.SystemOnlyDeployment),
mixedversion.MinimumSupportedVersion("v23.2.0"),
)
}

Expand All @@ -1000,6 +1001,12 @@ func runFollowerReadsMixedVersionGlobalTableTest(
// Use a longer upgrade timeout to give the migrations enough time to finish
// considering the cross-region latency.
mixedversion.UpgradeTimeout(60*time.Minute),

// This test is flaky when upgrading from v23.1 to v23.2 for follower
// reads in shared-process deployments. There were a number of changes
// to tenant health checks since then which appear to have addressed
// this issue.
mixedversion.MinimumSupportedVersion("v23.2.0"),
)
}

Expand Down

0 comments on commit f752ce4

Please sign in to comment.