divijvaidya commented on code in PR #18140: URL: https://github.com/apache/kafka/pull/18140#discussion_r1916734948
########## core/src/test/scala/unit/kafka/server/LogOffsetTest.scala: ########## @@ -52,7 +52,7 @@ class LogOffsetTest extends BaseRequestTest { props.put("num.partitions", "20") props.put("log.retention.hours", "10") props.put("log.retention.check.interval.ms", (5 * 1000 * 60).toString) - props.put("log.segment.bytes", "140") + props.put("log.segment.bytes", "1048576") Review Comment: Is this still needed in this iteration of the review? Earlier we were changing tests in this file. -- 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