David Arthur created KAFKA-19089: ------------------------------------ Summary: Gradle :test task failing unexpectedly Key: KAFKA-19089 URL: https://issues.apache.org/jira/browse/KAFKA-19089 Project: Kafka Issue Type: Bug Reporter: David Arthur
In this build, we had two flaky tests in the ":core:test" task, but we ended up with a failure and an exit code 1 [https://develocity.apache.org/s/3zz2cie6j76hc/tests/task/:core:test/details/kafka.api.SaslPlainPlaintextConsumerTest?top-execution=1] This was not expected since we have retries set to 1. I suspect there may be an issue with this test's generated test name. In the JUnit XML, we see > testCoordinatorFailover(String).groupProtocol=consumer but in the build scan, it appears as > testCoordinatorFailover(String)[2] -- This message was sent by Atlassian Jira (v8.20.10#820010)