multitenant: Tenants started with startTenant that fail during startup are not cleaned up immediately #98868
Labels
branch-master
Failures and bugs on the master branch.
branch-release-23.1
Used to mark GA and release blockers, technical advisories, and bugs for 23.1
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-multitenant
Issues owned by the multi-tenant virtual team
Describe the problem
It was notice in the course of multi-tenant upgrade testing that tenants which fail during startup don't return a stopper. At the same time, they don't immediately stop. The workaround for this is to supply a custom stopper, as is done in
TestServerStartupGuardrails
. We should investigate why this is occurring, and fix it.To Reproduce
Remove the custom stopper added in #94998 and rerun the test.
Jira issue: CRDB-25558
Epic: CRDB-23559
The text was updated successfully, but these errors were encountered: