walterddr opened a new pull request, #8752: URL: https://github.com/apache/pinot/pull/8752
Split ClusterTest and BaseClusterIntegrationTest the former should deal with starting a cluster, the latter should deal with loading/maintaining a dataset. Details === - renamed `BaseClusterIntegrationTest` to `ClusterIntegrationTestDataSet` and also renamed the `*TestSet` to `*DataAndQuerySet` - created a default implementation but the base remains the same. - move more of the cluster-related settings to ClusterTest - fix compilation issue on actual test cases. TODO === - as a follow up we should bundle different data set loading together within the same `@BeforeGroups` and use a singleton instance to load the data for testing. - depends on #8744. - related to #8745 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
