serverutils: flake in tests that use ALTER TENANT SET CLUSTER SETTING #110560
Labels
A-multitenancy
Related to multi-tenancy
C-test-failure
Broken test (automatically or manually discovered).
db-cy-23
T-multitenant
Issues owned by the multi-tenant virtual team
Describe the problem
Found by @miretskiy in #110516:
In a nutshell the test does this:
StartServer()
ALTER TENANT ALL SET CLUSTER SETTING kv.rangefeed.enabled = true
via SQLStartTenant()
then the error happens when the test uses the tenant service.
The problem is that the setting override at step (2) has not yet propagated through the rangefeed when
StartTenant
is invoked.Expected behavior
StartTenant
should also restart the rangefeed on the setting overrides (currnetly it only restarts the rangefeed on the tenant metadata and capabilities).Jira issue: CRDB-31506
Epic: CRDB-18499
The text was updated successfully, but these errors were encountered: