chia7712 commented on code in PR #18770:
URL: https://github.com/apache/kafka/pull/18770#discussion_r1968575877


##########
README.md:
##########
@@ -42,7 +42,6 @@ Follow instructions in https://kafka.apache.org/quickstart
     ./gradlew test  # runs both unit and integration tests
     ./gradlew unitTest
     ./gradlew integrationTest
-    ./gradlew quarantinedTest  # runs the quarantined tests

Review Comment:
   Should we use `./gradlew test -Pkafka.test.run.flaky=true` instead?



##########
README.md:
##########
@@ -77,10 +76,6 @@ The following example declares -PmaxTestRetries=1 and 
-PmaxTestRetryFailures=3 t
 
     ./gradlew test -PmaxTestRetries=1 -PmaxTestRetryFailures=3
 
-The quarantinedTest task also has no retries by default, but you can set 
maxQuarantineTestRetries and maxQuarantineTestRetryFailures to enable retries, 
similar to the test task.
-
-    ./gradlew quarantinedTest -PmaxQuarantineTestRetries=3 
-PmaxQuarantineTestRetryFailures=20

Review Comment:
   ditto



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