Skip to content

Commit

Permalink
Merge pull request #129516 from renatolabs/rc/release-23.2.10-rc-no-s…
Browse files Browse the repository at this point in the history
…hared-process
  • Loading branch information
renatolabs authored Aug 23, 2024
2 parents 4c8ca4c + 0738c78 commit 7b9d20d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pkg/cmd/roachtest/tests/follower_reads.go
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,10 @@ func runFollowerReadsMixedVersionSingleRegionTest(
ctx context.Context, t test.Test, c cluster.Cluster,
) {
topology := topologySpec{multiRegion: false}
runFollowerReadsMixedVersionTest(ctx, t, c, topology, exactStaleness)
runFollowerReadsMixedVersionTest(ctx, t, c, topology, exactStaleness,
// Test currently fails in shared-process deployments, see: #129167.
mixedversion.EnabledDeploymentModes(mixedversion.SystemOnlyDeployment),
)
}

// runFollowerReadsMixedVersionGlobalTableTest runs a multi-region follower-read
Expand All @@ -974,6 +977,8 @@ func runFollowerReadsMixedVersionGlobalTableTest(
survival: region,
}
runFollowerReadsMixedVersionTest(ctx, t, c, topology, strong,
// Test currently fails in shared-process deployments, see: #129167.
mixedversion.EnabledDeploymentModes(mixedversion.SystemOnlyDeployment),
// Disable fixtures because we're using a 6-node, multi-region cluster.
mixedversion.NeverUseFixtures,
// Use a longer upgrade timeout to give the migrations enough time to finish
Expand Down

0 comments on commit 7b9d20d

Please sign in to comment.