ivandika3 commented on code in PR #9060:
URL: https://github.com/apache/ozone/pull/9060#discussion_r2374905686
##########
hadoop-ozone/integration-test-s3/src/test/java/org/apache/hadoop/ozone/s3/awssdk/v1/AbstractS3SDKV1Tests.java:
##########
@@ -758,6 +758,7 @@ public void testListMultipartUploads() {
uploadIds.add(uploadId3);
ListMultipartUploadsRequest listMultipartUploadsRequest = new
ListMultipartUploadsRequest(bucketName);
+ listMultipartUploadsRequest.setMaxUploads(5000);
MultipartUploadListing result =
s3Client.listMultipartUploads(listMultipartUploadsRequest);
Review Comment:
Thanks a lot for the nice test improvement.
--
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]