ivandika3 commented on code in PR #5668:
URL: https://github.com/apache/ozone/pull/5668#discussion_r1461366868
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestOzoneFSWithObjectStoreCreate.java:
##########
@@ -302,10 +304,13 @@ public void
testMPUFailDuetoDirectoryCreationBeforeComplete()
// This should succeed, as we check during creation of part or during
// complete MPU.
+ ozoneOutputStream.getMetadata().put("ETag",
+ DatatypeConverter.printHexBinary(MessageDigest.getInstance("Md5")
Review Comment:
Nit: We can unify the "Md5" using a constant variable.
Can be addressed in another ticket if needed.
--
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]