cmccabe commented on code in PR #14737:
URL: https://github.com/apache/kafka/pull/14737#discussion_r1396538894


##########
metadata/src/test/java/org/apache/kafka/image/node/ClusterImageBrokersNodeTest.java:
##########
@@ -66,7 +66,7 @@ public void testNode1Child() {
             "rack=Optional.empty, " +
             "fenced=false, " +
             "inControlledShutdown=false, " +
-            "isMigratingZkBroker=false)", child.stringify());
+            "isMigratingZkBroker=false, directories=[])", child.stringify());

Review Comment:
   let's have some output in this test, not just an empty directory, to verify 
that this all works



-- 
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: jira-unsubscr...@kafka.apache.org

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

Reply via email to