rakeshadr commented on a change in pull request #2561:
URL: https://github.com/apache/ozone/pull/2561#discussion_r719184612



##########
File path: 
hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/response/s3/multipart/TestS3MultipartUploadCompleteResponseWithFSO.java
##########
@@ -276,4 +278,9 @@ private void 
addS3MultipartUploadCommitPartResponseFSO(String volumeName,
 
     omMetadataManager.getStore().commitBatchOperation(batchOperation);
   }
+
+  @Override

Review comment:
       @aryangupta1998 
   
   Please overridde getBucketLayout to FSO in 
S3MultipartUploadCompleteResponseWithFSO.java. This will make 
TestS3MultipartUploadCompleteResponseWithFSO test happy.
   
    ```
    @Override
     public BucketLayout getBucketLayout() {
       return BucketLayout.FILE_SYSTEM_OPTIMIZED;
     }
   ```




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