-
Notifications
You must be signed in to change notification settings - Fork 4.1k
multi-tenant: Enable tenant testing on admin API #81590
Copy link
Copy link
Open
Labels
A-multitenancyRelated to multi-tenancyRelated to multi-tenancyA-testeng-foundationsA-unificationC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-testengTestEng TeamTestEng Team
Description
Currently all tests which leverage the admin API are not eligible for randomized testing within tenants due to the fact that the admin API isn't accessible within tenants. With plans to unify the architecture such that we're running multi-tenanted environments everywhere, we'll need the admin API to work within tenants (though it may require elevated privileges).
This issue should enable the tests inside admin_test.go such that they can run probabilistically within tenants.
Jira issue: CRDB-15969
Epic CRDB-31933
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-multitenancyRelated to multi-tenancyRelated to multi-tenancyA-testeng-foundationsA-unificationC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-testengTestEng TeamTestEng Team