showuon edited a comment on pull request #9775: URL: https://github.com/apache/kafka/pull/9775#issuecomment-749383375
@chia7712 , I was too naive, I saw there are only 7xx records consumed in recent build: ``` Timed out before consuming expected 1350 records. The number consumed was 720. ``` https://ci-builds.apache.org/job/Kafka/job/kafka-trunk-jdk15/353/testReport/junit/kafka.api/PlaintextConsumerTest/testLowMaxFetchSizeForRequestAndPartition/ https://ci-builds.apache.org/job/Kafka/job/kafka-trunk-jdk11/333/testReport/junit/kafka.api/PlaintextConsumerTest/testLowMaxFetchSizeForRequestAndPartition/ So, I reduce to 5 records each partition, total will be 450 records. FYI. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
