mumrah opened a new pull request, #17019:
URL: https://github.com/apache/kafka/pull/17019

   This patch adds a "deflake" github action which can be used to run a single 
JUnit test. If the test extends ClusterTest, it can be repeated a number of 
times by setting the `kafka.cluster.test.repeat` system property.
   
   This can be done locally as well (though IDEA provides a better method for 
repeating tests):
   
       ./gradlew -Pkafka.cluster.test.repeat=3 :core:test --tests 
"*ZkMigrationIntegrationTest*"
   


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