adoroszlai commented on code in PR #9060:
URL: https://github.com/apache/ozone/pull/9060#discussion_r2374803584


##########
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 @ivandika3 for the review.  I have parameterized 
`testListMultipartUploadsPagination` in V1 test, but have not found similar 
test in V2.



-- 
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]

Reply via email to