Chia-Ping Tsai created KAFKA-17931:
--------------------------------------
Summary: 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
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)