lliangyu-lin opened a new issue, #12715: URL: https://github.com/apache/iceberg/issues/12715
### Feature Request / Improvement The current [AWS integration tests](https://github.com/apache/iceberg/tree/main/aws/src/integration/java/org/apache/iceberg/aws) are not well maintained because they are not enabled in the CI pipeline and can only be executed locally when specific AWS environment variables are set. To improve test coverage and maintainability, ideally AWS integration tests should be split into two separate groups: * Mock-based integration tests (e.g., using Moto or MinIO): These tests simulate AWS services and can run safely in CI without requiring AWS credentials. * Real AWS service integration tests: These tests interact with actual AWS services and should be run optionally, based on a configuration (e.g., test properties or profile-based settings), rather than relying on local environment variables. ### Query engine None ### Willingness to contribute - [ ] I can contribute this improvement/feature independently - [ ] I would be willing to contribute this improvement/feature with guidance from the Iceberg community - [ ] I cannot contribute this improvement/feature at this time -- 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.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