mirror of https://github.com/apache/kafka.git
We have seen some errors such as the following: ``` org.opentest4j.AssertionFailedError: expected: not equal but was: <OptionalLong.empty> Stacktrace org.opentest4j.AssertionFailedError: expected: not equal but was: <OptionalLong.empty> at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:39) at org.junit.jupiter.api.AssertNotEquals.failEqual(AssertNotEquals.java:276) at org.junit.jupiter.api.AssertNotEquals.assertNotEquals(AssertNotEquals.java:265) at org.junit.jupiter.api.AssertNotEquals.assertNotEquals(AssertNotEquals.java:260) at org.junit.jupiter.api.Assertions.assertNotEquals(Assertions.java:2815) at kafka.server.KRaftClusterTest.$anonfun$testDescribeQuorumRequestToBrokers$5(KRaftClusterTest.scala:818) at java.util.ArrayList.forEach(ArrayList.java:1259) at kafka.server.KRaftClusterTest.testDescribeQuorumRequestToBrokers(KRaftClusterTest.scala:814) ``` The patch changes some of the assertions to wait longer for the condition to be satisfied. Reviewers: Jason Gustafson <jason@confluent.io> |
||
---|---|---|
.. | ||
src | ||
.gitignore |