aajisaka commented on PR #10972: URL: https://github.com/apache/iceberg/pull/10972#issuecomment-2302093343
Thank you @singhpk234. There're existing tests for cross-region access point, but there's no test for multi-region access point. Added integration tests for multi-region access point and ran them successfully. 1. Create a S3 multi-region access point for `AWS_TEST_BUCKET`. This is because creating it takes a few minutes. 2. Set the following environment variables: ``` AWS_TEST_ACCOUNT_ID AWS_REGION AWS_TEST_BUCKET AWS_CROSS_REGION AWS_TEST_CROSS_REGION_BUCKET AWS_TEST_MULTI_REGION_ACCESS_POINT_ALIAS ``` 3. Run tests: ``` ./gradlew :iceberg-aws:integrationTest --tests "org.apache.iceberg.aws.s3.TestS3FileIOIntegration" ``` -- 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