Gargi-jais11 commented on code in PR #9769:
URL: https://github.com/apache/ozone/pull/9769#discussion_r2809797817


##########
hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/container/common/volume/TestVolumeSet.java:
##########
@@ -155,31 +145,24 @@ public void testVolumeInInconsistentState() throws 
Exception {
     assertNumVolumes(volumeSet, 2, 0);
     assertEquals(2, volumeSet.getVolumesList().size());
 
-    // Add a volume to VolumeSet
     String volume3 = baseDir + "disk3";

Review Comment:
   Nit: Let's make this consistent with how other volumes are added.
   
   ```suggestion
       String volume3 = baseDir.resolve("disk3").toString();
   ```



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