Tom Bentley created KAFKA-15049: ----------------------------------- Summary: Flaky test DynamicBrokerReconfigurationTest#testAdvertisedListenerUpdate Key: KAFKA-15049 URL: https://issues.apache.org/jira/browse/KAFKA-15049 Project: Kafka Issue Type: Bug Reporter: Tom Bentley
While testing 3.4.1RC3 DynamicBrokerReconfigurationTest.testAdvertisedListenerUpdate failed repeatedly on my machine always with the following stacktrace. {{org.opentest4j.AssertionFailedError: Unexpected exception type thrown, expected: <java.util.concurrent.ExecutionException> but was: <java.util.concurrent.TimeoutException> at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at app//org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:67) at app//org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at app//org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3083) at app//kafka.server.DynamicBrokerReconfigurationTest.testAdvertisedListenerUpdate(DynamicBrokerReconfigurationTest.scala:1066)}} -- This message was sent by Atlassian Jira (v8.20.10#820010)