anuragmantri opened a new pull request, #12274: URL: https://github.com/apache/iceberg/pull/12274
Fixes: https://github.com/apache/iceberg/issues/12236 During the testing of new releases, some community members observed test failures for certain Docker-based tests. I have encountered similar issues with Azure and AWS tests that rely on Docker. This PR relocates some docker-based tests to integration source sets so they are not executed alongside regular tests. After moving, I ran the integration tests ``` ./gradlew :iceberg-aws:integrationTest --tests 'org.apache.iceberg.aws.s3*'` ``` ``` ./gradlew :iceberg-azure:integrationTest --tests 'org.apache.iceberg.azure*' ``` -- 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...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org