divijvaidya commented on PR #14434:
URL: https://github.com/apache/kafka/pull/14434#issuecomment-1736256796

   I have the run the test ~200 times locally using the command below and they 
all succeeded. Also, the CI build on jenkins has succeeded twice [1] and [2]. 
IMO, we can safely merge this one.
   
   ```
   I=0; while ./gradlew :core:test --tests 
kafka.log.LogCleanerParameterizedIntegrationTest.testCleanerWithMessageFormatV0 
--rerun --fail-fast; do (( I=$I+1 )); echo "Completed run: $I"; sleep 1; done
   ```
   
   [1] 
https://ci-builds.apache.org/blue/organizations/jenkins/Kafka%2Fkafka-pr/detail/PR-14434/3/pipeline/
   [2] https://ci-builds.apache.org/job/Kafka/job/kafka-pr/job/PR-14434/4/


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