sodonnel commented on code in PR #4095:
URL: https://github.com/apache/ozone/pull/4095#discussion_r1050567412


##########
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();

Review Comment:
   Nearly every test in that class starts with the same repeated code to create 
a volName, create the volume, create the bucketname, bucket etc. Could you 
refactor it into the setup method for all tests to reduce the repetition?



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