Skip to content

Commit

Permalink
Merge pull request #133297 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-24.3-133092

release-24.3: roachtest: disable 23.1 -> 23.2 testing for follower reads
  • Loading branch information
andrewbaptist authored Oct 23, 2024
2 parents 954c012 + 5550d75 commit 1258c8d
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 @@ -1008,6 +1008,13 @@ 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"),

// This test does not currently work with shared-process
// deployments (#129167), so we do not run it in separate-process
// mode either to reduce noise. We should reevaluate once the test
Expand Down

0 comments on commit 1258c8d

Please sign in to comment.