vamossagar12 commented on pull request #11424: URL: https://github.com/apache/kafka/pull/11424#issuecomment-1023816872
> > I ran the tests twice locally and there are 3-4 which fail intermittently due to timeout errors. When I ran them afterwards, even they seemed to have passed. Let's see what happens in this run. > > Cool. Thanks @vamossagar12 Looks like the tests passed this time. ARM BUILD has some issue with `[2022-01-27T18:31:03.652Z] > Task :storage:unitTest FAILED` while other jdk based builds show the tests as green. Couple of examples of failed tests are => ``` [2022-01-27T18:41:55.727Z] ConsumerBounceTest > testRollingBrokerRestartsWithSmallerMaxGroupSizeConfigDisruptsBigGroup() FAILED [2022-01-27T18:41:55.727Z] org.opentest4j.AssertionFailedError: The remaining consumers in the group could not fetch the expected records [2022-01-27T18:41:55.727Z] at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:39) [2022-01-27T18:41:55.727Z] at org.junit.jupiter.api.Assertions.fail(Assertions.java:117) [2022-01-27T18:41:55.727Z] at kafka.api.ConsumerBounceTest.testRollingBrokerRestartsWithSmallerMaxGroupSizeConfigDisruptsBigGroup(ConsumerBounceTest.scala:331) ``` in jdk8 and ``` [2022-01-27T19:49:17.737Z] > Task :core:integrationTest [2022-01-27T19:49:17.737Z] kafka.api.PlaintextAdminIntegrationTest.testReplicaCanFetchFromLogStartOffsetAfterDeleteRecords() failed, log available in /home/jenkins/workspace/Kafka_kafka-pr_PR-11424/core/build/reports/testOutput/kafka.api.PlaintextAdminIntegrationTest.testReplicaCanFetchFromLogStartOffsetAfterDeleteRecords().test.stdout [2022-01-27T19:49:17.737Z] [2022-01-27T19:49:17.737Z] PlaintextAdminIntegrationTest > testReplicaCanFetchFromLogStartOffsetAfterDeleteRecords() FAILED [2022-01-27T19:49:17.737Z] org.opentest4j.AssertionFailedError: Expected follower to catch up to log end offset 200 [2022-01-27T19:49:17.737Z] at app//org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:39) [2022-01-27T19:49:17.737Z] at app//org.junit.jupiter.api.Assertions.fail(Assertions.java:117) [2022-01-27T19:49:17.737Z] at app//kafka.api.PlaintextAdminIntegrationTest.waitForFollowerLog$1(PlaintextAdminIntegrationTest.scala:730) [2022-01-27T19:49:17.737Z] at app//kafka.api.PlaintextAdminIntegrationTest.testReplicaCanFetchFromLogStartOffsetAfterDeleteRecords(PlaintextAdminIntegrationTest.scala:760) ``` in jdk 17. Do you think it's better now? -- 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