From f2e4e654b2d62936cfc1d37fd6997dbdb5821c12 Mon Sep 17 00:00:00 2001 From: Roman Leventov Date: Mon, 8 Jul 2019 11:14:33 +0300 Subject: [PATCH] Add instruction about skipping up-to-date checks when running integration tests (#7843) --- integration-tests/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integration-tests/README.md b/integration-tests/README.md index 55ec1855b1f..37435f021bd 100644 --- a/integration-tests/README.md +++ b/integration-tests/README.md @@ -79,6 +79,9 @@ To run only a single test using mvn run the following command: mvn verify -P integration-tests -Dit.test= ``` +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 -------------------