mirror of https://github.com/apache/druid.git
Add instruction about skipping up-to-date checks when running integration tests (#7843)
This commit is contained in:
parent
6701dc08fe
commit
f2e4e654b2
|
@ -79,6 +79,9 @@ To run only a single test using mvn run the following command:
|
|||
mvn verify -P integration-tests -Dit.test=<test_name>
|
||||
```
|
||||
|
||||
Add `-rf :druid-integration-tests` when running integration tests for the second time or later without changing
|
||||
the code of core modules in between to skip up-to-date checks for the whole module dependency tree.
|
||||
|
||||
Running Tests Using A Configuration File for Any Cluster
|
||||
-------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue