Skip to content

Commit 725f287

Browse files
committed
roachtest: disable skip upgrades for http-register-routes
There is a known bug where the framework attempts to always enforce at least one skip upgrade if enabled, even if the minimum bootstrap version does not allow for it. This was fixed in #146857, but not backported.
1 parent 2b52fa1 commit 725f287

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)