apurtell opened a new pull request, #2449: URL: https://github.com/apache/phoenix/pull/2449
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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
