HotSushi opened a new pull request, #1934: URL: https://github.com/apache/polaris/pull/1934
<!-- Possible security vulnerabilities: STOP here and contact secur...@apache.org instead! Please update the title of the PR with a meaningful message - do not leave it "empty" or "generated" Please update this summary field: The summary should cover these topics, if applicable: * the motivation for the change * a description of the status quo, for example the current behavior * the desired behavior * etc PR checklist: - Do a self-review of your code before opening a pull request - Make sure that there's good test coverage for the changes included in this PR - Run tests locally before pushing a PR (./gradlew check) - Code should have comments where applicable. Particularly hard-to-understand areas deserve good in-line documentation. - Include changes and enhancements to the documentation (in site/content/in-dev/unreleased) - For Work In Progress Pull Requests, please use the Draft PR feature. Make sure to add the information BELOW this comment. Everything in this comment will NOT be added to the PR description. --> # Summary This PR makes it easier to test the Polaris catalog across different cloud environments by refactoring the existing integration tests - `PolarisRestCatalogIntegrationTest`. Previously, the tests would only run for S3 or local storage. Key changes include: - Refactored the main integration test into a reusable abstract base class. - Added new integration test classes for specific storage backends: AWS, Azure, GCP, and local files. - Updated Quarkus integration test classes to use these new backend-specific tests. - Improved test modularity, making it easier to run and maintain catalog integration tests for multiple storage environments. - Updated license and resource references to reflect the new test structure. Changes are influenced by the PR: https://github.com/apache/polaris/pull/590/files#diff-725b3a0c77d412c1d2b2b3cc1660824f180bfc459b7180023b6c26ba6d4e0962 # Testing ✅ `./gradlew build` succeeds ✅ `./gradlew check` succeeds -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org