jolshan commented on code in PR #15968: URL: https://github.com/apache/kafka/pull/15968#discussion_r2038535130
########## core/src/test/scala/integration/kafka/api/ProducerSendWhileDeletionTest.scala: ########## @@ -33,8 +33,8 @@ import scala.jdk.CollectionConverters._ class ProducerSendWhileDeletionTest extends IntegrationTestHarness { val producerCount: Int = 1 - val brokerCount: Int = 2 - val defaultLingerMs: Int = 5; + val brokerCount: Int = 3 Review Comment: I think due to the reassignment test? There may be a way to do it with just 2 though. -- 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