[
https://issues.apache.org/jira/browse/KAFKA-15759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17783798#comment-17783798
]
Justine Olshan edited comment on KAFKA-15759 at 11/7/23 9:46 PM:
-----------------------------------------------------------------
Think this might be a duplicate of KAFKA-15419. Regardless I also saw this to
be an issue on my builds.
[https://ci-builds.apache.org/job/Kafka/job/kafka-pr/job/PR-14629/22/#showFailuresLink]
was (Author: jolshan):
Think this might be a duplicate of KAFKA-15419. Regardless I also saw this to
be an issue on my builds.
> DescribeClusterRequestTest is flaky
> -----------------------------------
>
> Key: KAFKA-15759
> URL: https://issues.apache.org/jira/browse/KAFKA-15759
> Project: Kafka
> Issue Type: Bug
> Components: unit tests
> Reporter: Calvin Liu
> Priority: Major
> Labels: flaky-test
>
> testDescribeClusterRequestIncludingClusterAuthorizedOperations(String).quorum=kraft
> – kafka.server.DescribeClusterRequestTest
> {code:java}
> org.opentest4j.AssertionFailedError: expected:
> <Set(DescribeClusterBroker(brokerId=0, host='localhost', port=42647,
> rack='rack/0'), DescribeClusterBroker(brokerId=1, host='localhost',
> port=40303, rack='rack/1'), DescribeClusterBroker(brokerId=2,
> host='localhost', port=33083, rack='rack/2'))> but was:
> <Set(DescribeClusterBroker(brokerId=0, host='localhost', port=42647,
> rack='rack/0'), DescribeClusterBroker(brokerId=1, host='localhost',
> port=40303, rack='rack/1'))> at
> org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
> at
> org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
> at
> org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
> at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
> at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
> at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1141)
> at
> kafka.server.DescribeClusterRequestTest.$anonfun$testDescribeClusterRequest$4(DescribeClusterRequestTest.scala:99)
> at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:158) at
> kafka.server.DescribeClusterRequestTest.testDescribeClusterRequest(DescribeClusterRequestTest.scala:86)
> at
> kafka.server.DescribeClusterRequestTest.testDescribeClusterRequestIncludingClusterAuthorizedOperations(DescribeClusterRequestTest.scala:53)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)