lhotari commented on code in PR #15236:
URL: https://github.com/apache/pulsar/pull/15236#discussion_r855111740


##########
tests/integration/src/test/java/org/apache/pulsar/tests/integration/suites/PulsarSQLTestSuite.java:
##########
@@ -54,20 +51,6 @@ protected PulsarClusterSpec.PulsarClusterSpecBuilder 
beforeSetupCluster(String c
         return super.beforeSetupCluster(clusterName, specBuilder);
     }
 
-    @Override
-    protected void beforeStartCluster() throws Exception {
-        Map<String, String> envMap = new HashMap<>();
-        envMap.put("managedLedgerMaxEntriesPerLedger", 
String.valueOf(ENTRIES_PER_LEDGER));
-        envMap.put("managedLedgerMinLedgerRolloverTimeMinutes", "0");

Review Comment:
   Please take care of that in a separate PR



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