vinay272001 commented on code in PR #16221: URL: https://github.com/apache/kafka/pull/16221#discussion_r1630695547
########## core/src/test/scala/unit/kafka/utils/TestUtils.scala: ########## @@ -1181,7 +1181,7 @@ object TestUtils extends Logging { transactionVerificationEnabled: Boolean = false, log: Option[UnifiedLog] = None, remoteStorageSystemEnable: Boolean = false, - initialTaskDelayMs: Long = ServerLogConfigs.LOG_INITIAL_TASK_DELAY_MS_DEFAULT): LogManager = { + initialTaskDelayMs: Long = ServerLogConfigs.LOG_INITIAL_TASK_DELAY_MS_DEFAULT_INTEGRATION_TEST): LogManager = { Review Comment: so there is a method in TestUtils.scala "createBrokerConfigs" which is been called in IntegrationTestHarness.scala to create brokerconfigs, so should I add a new prop with key and value for broker configs, cuz I dont find anything as such even with 30sec delay. so I added the 500 ms delay in createLogManager -- 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