[
https://issues.apache.org/jira/browse/KAFKA-15049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17728637#comment-17728637
]
Josep Prat commented on KAFKA-15049:
------------------------------------
I've seen this error locally after verifying 3.4.1-rc3 (not on previous RCs)
but only after a test run with some other flaky test failures. I decided
rebooting the machine and tests passed for me. So I assumed it was a failed
test that left some dangling process blocking the desired port for this test.
> Flaky test DynamicBrokerReconfigurationTest#testAdvertisedListenerUpdate
> ------------------------------------------------------------------------
>
> Key: KAFKA-15049
> URL: https://issues.apache.org/jira/browse/KAFKA-15049
> Project: Kafka
> Issue Type: Bug
> Reporter: Tom Bentley
> Priority: Major
>
> 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)