lhotari commented on code in PR #15236:
URL: https://github.com/apache/pulsar/pull/15236#discussion_r855012115
##########
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:
these settings might be needed for other tests, not just PulsarSQL
offloading tests.
--
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]