frankvicky commented on PR #16854:
URL: https://github.com/apache/kafka/pull/16854#issuecomment-2282719272

   I have fetch this PR and loop in local.
   It's very stable now.
   
   JDK Version: 21 (Amazon Corretto)
   Command I use: 
   ```bash
   I=0;  while ./gradlew clients:test --tests 
KafkaAdminClientTest.testCallFailWithUnsupportedVersionExceptionDoesNotHaveConcurrentModificationException
 --rerun --fail-fast; do  (( I=$I+1 )); echo "Completed run: $I"; sleep 1; done
   ```
   
   
![image](https://github.com/user-attachments/assets/84599f33-914e-443d-93f5-df45afd95eff)
   


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