llIlll commented on code in PR #15010:
URL: https://github.com/apache/pulsar/pull/15010#discussion_r844112991


##########
tests/integration/src/test/java/org/apache/pulsar/tests/integration/topologies/PulsarCluster.java:
##########
@@ -113,16 +117,18 @@ private PulsarCluster(PulsarClusterSpec spec, CSContainer 
csContainer, boolean s
             prestoWorkerContainer = null;
         }
 
-
         this.zkContainer = new ZKContainer(clusterName);
+        this.metadataStoreContainer = createMetadataStoreContainer();

Review Comment:
   Some test cases will use zk, such as TestBaseOffload.



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

Reply via email to