Skip to content

Commit 76cbc3a

Browse files
Merge pull request #153371 from alyshanjahani-crl/blathers/backport-release-25.3-153286
release-25.3: roachtest: Disable panic_node mutator for mixed-version-endpoints test
2 parents ad3f9b1 + 3f52fcf commit 76cbc3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/cmd/roachtest/tests/db_console_endpoints.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ func runDBConsoleMixedVersion(ctx context.Context, t test.Test, c cluster.Cluste
112112
c.CRDBNodes(),
113113
// In 24.3 new endpoints were added to /api/v2 server.
114114
mixedversion.MinimumSupportedVersion("v24.3.0"),
115+
// Panics are problematic for the /logs endpoints, see https://github.com/cockroachdb/cockroach/issues/151493.
116+
mixedversion.DisableMutators(mixedversion.PanicNode),
115117
)
116118

117119
mvt.InMixedVersion("test db console endpoints", func(ctx context.Context, l *logger.Logger, rng *rand.Rand, h *mixedversion.Helper) error {

0 commit comments

Comments
 (0)