Skip to content

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

Merged
palashc merged 1 commit into
apache:masterfrom
apurtell:PHOENIX-7832
Jul 1, 2026
Merged

PHOENIX-7832 TenantViewOperationWorkloadIT add missing break in WEIGHTED switch case#2449
palashc merged 1 commit into
apache:masterfrom
apurtell:PHOENIX-7832

Conversation

@apurtell

@apurtell apurtell commented May 1, 2026

Copy link
Copy Markdown
Contributor

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.

@palashc

palashc commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

@palashc palashc merged commit 1450981 into apache:master Jul 1, 2026
virajjasani pushed a commit that referenced this pull request Jul 1, 2026
virajjasani pushed a commit that referenced this pull request Jul 1, 2026
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.

2 participants