swamirishi commented on code in PR #7976:
URL: https://github.com/apache/ozone/pull/7976#discussion_r1984157418


##########
hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/container/replication/health/TestDeletingContainerHandler.java:
##########
@@ -217,7 +217,7 @@ public void testResendDeleteCommand() throws 
NotLeaderException {
     containerInfo = ReplicationTestUtil.createContainerInfo(
         ecReplicationConfig, 1, DELETING);
     containerReplicas = ReplicationTestUtil
-        .createReplicas(containerInfo.containerID(),
+        .createEmptyReplicas(containerInfo.containerID(),

Review Comment:
   @smengcl has already added negative test case here 
   
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/TestContainerReportHandling.java
 . I am not if you meant the test case there or something else.



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