aahmed-se commented on a change in pull request #2101: Migrate compaction and 
s3 offload test to testcontainers
URL: https://github.com/apache/incubator-pulsar/pull/2101#discussion_r202786737
 
 

 ##########
 File path: 
tests/integration-tests-topologies/src/main/java/org/apache/pulsar/tests/topologies/PulsarCluster.java
 ##########
 @@ -265,6 +282,13 @@ private void 
startFunctionWorkersWithThreadContainerFactory(int numFunctionWorke
                 // bookkeeper tools
                 .withEnv("zkServers", ZKContainer.NAME)
         ));
+        this.startWorkers();
+    }
+
+    private void startWorkers() {
+        // Start workers that have been initialized
+        workerContainers.values().stream().forEach(WorkerContainer::start);
 
 Review comment:
   it's meant to be parallel init

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to