sodonnel commented on code in PR #4095:
URL: https://github.com/apache/ozone/pull/4095#discussion_r1050568359
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneClientMultipartUploadWithFSO.java:
##########
@@ -311,6 +316,124 @@ public void testUploadPartOverrideWithRatis() throws
IOException {
commitUploadPartInfo.getPartName());
}
+ @Test
+ public void testUploadTwiceWithEC() throws IOException {
+
+ String volumeName = UUID.randomUUID().toString();
+ String bucketName = UUID.randomUUID().toString();
+ String keyName = UUID.randomUUID().toString();
+ StringBuilder sb = new StringBuilder("sample Value");
Review Comment:
Could you create a small private method to create the same data, rather than
duplicating the logic twice in this test and the other now one?
--
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]