Hi All/Kirk,
This is continuation of https://lists.apache.org/thread/zcq5jh0oz1tzb5rg0qnxoq0bqommjmwg Some how I haven’t received your reply, so sending this mail on same subject. 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. Test report: https://drive.google.com/file/d/1gV8YsRACqiyny_YqVrQmBkaXe_lBgnNM/view?usp=sharing > 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 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