ChenSammi commented on code in PR #8388:
URL: https://github.com/apache/ozone/pull/8388#discussion_r2084031031


##########
hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/container/common/statemachine/TestDatanodeConfiguration.java:
##########
@@ -186,11 +193,11 @@ void rejectsInvalidMinFreeSpaceRatio() {
 
     DatanodeConfiguration subject = 
conf.getObject(DatanodeConfiguration.class);
 
-    assertEquals(DatanodeConfiguration.MIN_FREE_SPACE_UNSET, 
subject.getMinFreeSpaceRatio());
+    assertEquals(HDDS_DATANODE_VOLUME_MIN_FREE_SPACE_PERCENT_DEFAULT, 
subject.getMinFreeSpaceRatio());
   }
 
   @Test
-  void useMinFreeSpaceIfBothMinFreeSpacePropertiesSet() {
+  void useMaxAsPercentIfBothMinFreeSpacePropertiesSet() {

Review Comment:
   useMaxAsPercentIfBothMinFreeSpacePropertiesSet -> 
   
   useMaxIfBothMinFreeSpacePropertiesSet



-- 
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: issues-unsubscr...@ozone.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org
For additional commands, e-mail: issues-h...@ozone.apache.org

Reply via email to