[ https://issues.apache.org/jira/browse/KAFKA-8030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16802771#comment-16802771 ]
ASF GitHub Bot commented on KAFKA-8030: --------------------------------------- viktorsomogyi commented on pull request #6505: KAFKA-8030: Fix flaky tests in TopicCommandWithAdminClientTest URL: https://github.com/apache/kafka/pull/6505 This change adds waits for metadata updates after killing the broker in order to make the tests more stable. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) ---------------------------------------------------------------- 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: us...@infra.apache.org > Flaky Test > TopicCommandWithAdminClientTest#testDescribeUnderMinIsrPartitionsMixed > --------------------------------------------------------------------------------- > > Key: KAFKA-8030 > URL: https://issues.apache.org/jira/browse/KAFKA-8030 > Project: Kafka > Issue Type: Bug > Components: admin, unit tests > Affects Versions: 2.3.0 > Reporter: Matthias J. Sax > Assignee: Viktor Somogyi-Vass > Priority: Critical > Labels: flaky-test > Fix For: 2.3.0 > > > [https://builds.apache.org/job/kafka-pr-jdk11-scala2.12/2830/testReport/junit/kafka.admin/TopicCommandWithAdminClientTest/testDescribeUnderMinIsrPartitionsMixed/] > {quote}java.lang.AssertionError at org.junit.Assert.fail(Assert.java:87) at > org.junit.Assert.assertTrue(Assert.java:42) at > org.junit.Assert.assertTrue(Assert.java:53) at > kafka.admin.TopicCommandWithAdminClientTest.testDescribeUnderMinIsrPartitionsMixed(TopicCommandWithAdminClientTest.scala:602){quote} > STDERR > {quote}Option "[replica-assignment]" can't be used with option > "[partitions]"{quote} -- This message was sent by Atlassian JIRA (v7.6.3#76005)