You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ni...@apache.org on 2019/07/08 08:14:41 UTC

[incubator-druid] branch master updated: Add instruction about skipping up-to-date checks when running integration tests (#7843)

This is an automated email from the ASF dual-hosted git repository.

nishant pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new f2e4e65  Add instruction about skipping up-to-date checks when running integration tests (#7843)
f2e4e65 is described below

commit f2e4e654b2d62936cfc1d37fd6997dbdb5821c12
Author: Roman Leventov <le...@gmail.com>
AuthorDate: Mon Jul 8 11:14:33 2019 +0300

    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 55ec185..37435f0 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=<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
 -------------------
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org