jayteej commented on code in PR #18140: URL: https://github.com/apache/kafka/pull/18140#discussion_r1917209846
########## core/src/test/java/kafka/admin/DeleteTopicTest.java: ########## @@ -239,7 +239,7 @@ public void testDeleteNonExistingTopic(ClusterInstance cluster) throws Exception @ClusterTest(serverProperties = { @ClusterConfigProperty(key = "log.cleaner.enable", value = "true"), @ClusterConfigProperty(key = "log.cleanup.policy", value = "compact"), - @ClusterConfigProperty(key = "log.segment.bytes", value = "100"), + @ClusterConfigProperty(key = "log.segment.bytes", value = "1048576"), Review Comment: I will make this change before we merge -- 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