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
   ```
   ![Screenshot 2025-02-11 at 10 06 01 
PM](https://github.com/user-attachments/assets/f813bc9f-2c71-45e9-85d6-1c9c4a2f7a17)
   
   


-- 
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]

Reply via email to