mirror of https://github.com/apache/kafka.git
MINOR: Add flaky-related commands to README.md (#19025)
Reviewers: Ken Huang <s7133700@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
45f932819e
commit
06b7d2e045
|
@ -42,6 +42,7 @@ Follow instructions in https://kafka.apache.org/quickstart
|
||||||
./gradlew test # runs both unit and integration tests
|
./gradlew test # runs both unit and integration tests
|
||||||
./gradlew unitTest
|
./gradlew unitTest
|
||||||
./gradlew integrationTest
|
./gradlew integrationTest
|
||||||
|
./gradlew test -Pkafka.test.run.flaky=true # runs tests that are marked as flaky
|
||||||
|
|
||||||
|
|
||||||
### Force re-running tests without code change ###
|
### Force re-running tests without code change ###
|
||||||
|
|
Loading…
Reference in New Issue