priyeshkaratha commented on code in PR #9127:
URL: https://github.com/apache/ozone/pull/9127#discussion_r2428084471


##########
hadoop-ozone/recon/src/test/java/org/apache/hadoop/ozone/recon/api/TestNSSummaryEndpointWithFSO.java:
##########
@@ -675,10 +671,10 @@ public void testQuotaUsage() throws Exception {
 
   @Test
   public void testFileSizeDist() throws Exception {
-    checkFileSizeDist(ROOT_PATH, 2, 3, 4, 1);
-    checkFileSizeDist(VOL_PATH, 2, 1, 2, 1);
-    checkFileSizeDist(BUCKET_ONE_PATH, 1, 1, 1, 1);
-    checkFileSizeDist(DIR_ONE_PATH, 0, 1, 1, 1);
+    checkFileSizeDist(ROOT_PATH, 2, 3, 4, 2);

Review Comment:
   Hi @devmadhuu ,Its difficult to add this test case with current test case 
structure. We need to redefine all the testcase setup to handle proper 
replication related testcases. I have already created a ticket for the same.
   https://issues.apache.org/jira/browse/HDDS-13774



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