[ https://issues.apache.org/jira/browse/KAFKA-17931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chia-Ping Tsai resolved KAFKA-17931. ------------------------------------ Fix Version/s: 4.0.0 Resolution: Fixed > Revise the `specifying-test-retries` section in README > ------------------------------------------------------ > > Key: KAFKA-17931 > URL: https://issues.apache.org/jira/browse/KAFKA-17931 > Project: Kafka > Issue Type: Improvement > Reporter: Chia-Ping Tsai > Assignee: Teddy Yan > Priority: Minor > Fix For: 4.0.0 > > > https://github.com/apache/kafka?tab=readme-ov-file#specifying-test-retries > 1. the default value of those retry-related configs is zero, and we give > non-default value in the CI. We should highlight that to avoid > misunderstanding. > 2. the value of `-PmaxQuarantineTestRetryFailures` in CI is "zero" rather > than "20". > 3. `./gradlew test -PmaxQuarantineTestRetries=3 > -PmaxQuarantineTestRetryFailures=20` -> `./gradlew quarantinedTest > -PmaxQuarantineTestRetries=3 -PmaxQuarantineTestRetryFailures=20` -- This message was sent by Atlassian Jira (v8.20.10#820010)