Skip to content

PHOENIX-7832 TenantViewOperationWorkloadIT add missing break in WEIGHTED switch case#2449

Open
apurtell wants to merge 1 commit intoapache:masterfrom
apurtell:PHOENIX-7832
Open

PHOENIX-7832 TenantViewOperationWorkloadIT add missing break in WEIGHTED switch case#2449
apurtell wants to merge 1 commit intoapache:masterfrom
apurtell:PHOENIX-7832

Conversation

@apurtell
Copy link
Copy Markdown
Contributor

@apurtell apurtell commented May 1, 2026

The switch on generatorType in TenantViewOperationWorkloadIT is missing a break after the WEIGHTED case. Execution falls through into default which overwrites all the carefully-set WEIGHTED fields with the default (single tenant group, 10 tenants), so when generatorType == WEIGHTED the settings are corrupt and the tenant-distribution assertions fail intermittently.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant