Add instruction about skipping up-to-date checks when running integration tests (#7843)

This commit is contained in:
Roman Leventov 2019-07-08 11:14:33 +03:00 committed by Nishant Bangarwa
parent 6701dc08fe
commit f2e4e654b2
1 changed files with 3 additions and 0 deletions

View File

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