Description
When debugging flaky tests, it is sometimes hard to reproduce the failures locally. We should add a CI job that allows us to run a single test or a test suite a number of times.
A new Gradle property "kafka.cluster.test.repeat" will allow us to specify the number of times a test is repeated.
Usage example
./gradlew -Pkafka.cluster.test.repeat=2 :core:test --tests "*ZkMigrationIntegrationTest*"
Attachments
Issue Links
- links to