bharatviswa504 commented on a change in pull request #2763:
URL: https://github.com/apache/ozone/pull/2763#discussion_r736870681
##########
File path:
hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/response/s3/multipart/TestS3MultipartUploadCompleteResponseWithFSO.java
##########
@@ -225,7 +272,7 @@ private OmKeyInfo commitS3MultipartUpload(String volumeName,
omMetadataManager.getStore().commitBatchOperation(batchOperation);
// As 1 parts are created, so 1 entry should be there in delete table.
- Assert.assertEquals(1, omMetadataManager.countRowsInTable(
+ Assert.assertEquals(deleteEntryCount, omMetadataManager.countRowsInTable(
Review comment:
Looks like in test what part we trying to override, same is in the
multipart key info.
Not related, just reading code observed it to understand why 2 entries are
there in delete table.
--
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]