smjn commented on PR #18521: URL: https://github.com/apache/kafka/pull/18521#issuecomment-2593093713
> > > One final comment. When the build next finishes, please can you triage the failed tests and make sure there are open issues for failed tests. `ClientUtilsTest#testParseAndValidateAddressesWithReverseLookup` is expected to fail until #18549 is merged. Thanks. > > > > > > They seem to be completely unrelated to our work. > > True, but if some of the failed tests are flaky but not marked as flaky, then we ought to do something about it. Did multiple runs for each of the tests: ### NO ERRORS ``` EagerConsumerCoordinatorTest > testOutdatedCoordinatorAssignment() ``` ## FLAKE FOUND ``` KafkaAdminClientTest > testAdminClientApisAuthenticationFailure() org.opentest4j.AssertionFailedError: Expected an authentication error, but got java.util.concurrent.ExecutionException: org.apache.kafka.common.errors.TimeoutException: Timed out waiting for a node assignment. Call: createPartitions at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) at org.apache.kafka.common.internals.KafkaFutureImpl.get(KafkaFutureImpl.java:155) at org.apache.kafka.clients.admin.KafkaAdminClientTest.lambda$callAdminClientApisAndExpectAnAuthenticationError$38(KafkaAdminClientTest.java:1808) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115) at org.apache.kafka.clients.admin.KafkaAdminClientTest.callAdminClientApisAndExpectAnAuthenticationError(KafkaAdminClientTest.java:1808) at org.apache.kafka.clients.admin.KafkaAdminClientTest.testAdminClientApisAuthenticationFailure(KafkaAdminClientTest.java:1793) ``` ``` EagerConsumerCoordinatorTest > testOutdatedCoordinatorAssignment() org.opentest4j.AssertionFailedError: Expected :1 Actual :2 <Click to see difference> 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:150) at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:145) at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:531) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinatorTest.testOutdatedCoordinatorAssignment(ConsumerCoordinatorTest.java:1066) at org.apache.kafka.clients.consumer.internals.EagerConsumerCoordinatorTest.some(EagerConsumerCoordinatorTest.java:29) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) ``` -- 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. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org