Skip to content

sctest: unskip multitenant for schema change tests#160557

Merged
craig[bot] merged 2 commits intocockroachdb:masterfrom
rafiss:mt-sctest
Jan 7, 2026
Merged

sctest: unskip multitenant for schema change tests#160557
craig[bot] merged 2 commits intocockroachdb:masterfrom
rafiss:mt-sctest

Conversation

@rafiss
Copy link
Copy Markdown
Collaborator

@rafiss rafiss commented Jan 6, 2026

This fixes external process tenant startup to propagate
version settings from the parent, allowing tenants to start
when the cluster is running at an older version
(e.g., MinSupported).

We also had to pass in the SQLCodec so that the schema TestDeps
accesss the tenant correctly.

Note that MultiRegionTestClusterFactory already allowed
multitenant testing.

fixes #142814
fixes #109457
Release note: None

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment