Skip to content

Commit 0994287

Browse files
authored
Merge pull request #155519 from DarrylWong/disable-skip-http-restart
roachtest: disable skip upgrades for http-register-routes
2 parents 754dc45 + 725f287 commit 0994287

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/cmd/roachtest/tests/versionupgrade.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,11 @@ func runHTTPRestart(ctx context.Context, t test.Test, c cluster.Cluster) {
326326
// test is concerned about testing cluster startup. We don't want the
327327
// framework to bootstrap the cluster before we can start running hooks.
328328
mixedversion.MinimumBootstrapVersion("v24.2.0"),
329+
// There is a known bug where the framework attempts to always enforce
330+
// at least one skip upgrade if enabled, even if the minimum bootstrap
331+
// version does not allow for it. This was fixed in #146857, but not
332+
// backported.
333+
mixedversion.DisableSkipVersionUpgrades,
329334
)
330335

331336
// Any http request requiring auth will do.

0 commit comments

Comments
 (0)