mumrah commented on PR #18770:
URL: https://github.com/apache/kafka/pull/18770#issuecomment-2629530430

   @ijuma we could do this easily for any integration tests using 
`@ClusterTest` since we already have `kafka.cluster.test.repeat`. When I added 
that, I looked into doing it for regular unit tests but I don't think it will 
work. It boils down to JUnit only working with a single test template for a 
given test. For this same reason `@RepeatedTest` does not work with 
`@ParameterizedTest`. 
   
   However, maybe it would be sufficient to only do this for integration tests? 
Our pure unit tests tend to be fairly stable.


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to