adoroszlai opened a new pull request, #8152: URL: https://github.com/apache/ozone/pull/8152
## What changes were proposed in this pull request? Move "mini" S3 Gateway and related integration tests into a new submodule. This way we will be able to avoid conflict with MiniKMS to fix HDDS-11879. https://issues.apache.org/jira/browse/HDDS-12528 ## How was this patch tested? ``` [INFO] --- surefire:3.5.2:test (default-test) @ ozone-integration-test-s3 --- ... [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.hadoop.ozone.s3.awssdk.v1.TestS3SDKV1WithRatisStreaming [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 58.09 s -- in org.apache.hadoop.ozone.s3.awssdk.v1.TestS3SDKV1WithRatisStreaming [INFO] Running org.apache.hadoop.ozone.s3.awssdk.v1.TestS3SDKV1 [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.10 s -- in org.apache.hadoop.ozone.s3.awssdk.v1.TestS3SDKV1 [INFO] Running org.apache.hadoop.ozone.s3.awssdk.v2.TestS3SDKV2WithRatisStreaming [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.87 s -- in org.apache.hadoop.ozone.s3.awssdk.v2.TestS3SDKV2WithRatisStreaming [INFO] Running org.apache.hadoop.ozone.s3.awssdk.v2.TestS3SDKV2 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.45 s -- in org.apache.hadoop.ozone.s3.awssdk.v2.TestS3SDKV2 [INFO] [INFO] Results: [INFO] [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0 ``` https://github.com/adoroszlai/ozone/actions/runs/14046295831/job/39328223532#step:13:7337 -- 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]
