FrankYang0529 commented on PR #18859: URL: https://github.com/apache/kafka/pull/18859#issuecomment-2650926571
Hi @showuon, I run 500 times on my laptop and there is no error. Could you help to review this when you have time? Thank you. ``` N=500; I=0; while [ $I -lt $N ] && ./gradlew cleanTest :core:test --tests "kafka.server.KRaftClusterTest.testDescribeQuorumRequestToControllers" --rerun --fail-fast; do (( I=$I+1 )); echo "Completed run: $I"; sleep 1; done ```  -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
