yashmayya opened a new pull request, #15929: URL: https://github.com/apache/pinot/pull/15929
- `TableRebalanceIntegrationTest` currently extends `HybridClusterIntegrationTest`, but since `HybridClusterIntegrationTest` itself is an actual test class with test methods, running `TableRebalanceIntegrationTest` also ends up executing all the tests from the parent `HybridClusterIntegrationTest` class. - This patch refactors the tests so that there is a common parent `BaseHybridClusterIntegrationTest` class with only the test scaffolding so that various other test classes that require a hybrid table setup can inherit this and avoid duplication in test runs across classes. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org