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


##########
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:
   Yeah the integration test has it but it's good to check with a simple unit 
test as well.



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