Hi All, I have build binaries from kafka 3.0.0 source code (downloaded from https://kafka.apache.org/downloads) by following kafka GitHub page(https://github.com/apache/kafka). Build completed successful but when i run unit test (./gradlew unitTest) result is always 99% success. Few of test cases from clients:unitTest always fails. I have attached unit test result.
> Task :clients:unitTest FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':clients:unitTest'. > There were failing tests. See the report at: > file:///D:/kafka-3.0/clients/build/reports/tests/unitTest/index.html <file:///D:/kafka-3.0/clients/build/reports/tests/unitTest/index.html> Are these 1% failure expected? Is it possible to make it 100% success ? Please assist me here as it's blocking me. Thanks in advance for any input. env details: ========= java version "1.8.0_202" Scala code runner version 2.13.0 Gradle 7.1.1 Thanks SH@D@B