You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by le...@apache.org on 2019/06/06 13:47:23 UTC

[incubator-druid] branch leventov-patch-1 created (now e8ef50b)

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

leventov pushed a change to branch leventov-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git.


      at e8ef50b  Add instruction about skipping up-to-date checks when running integration tests

This branch includes the following new commits:

     new e8ef50b  Add instruction about skipping up-to-date checks when running integration tests

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-druid] 01/01: Add instruction about skipping up-to-date checks when running integration tests

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e8ef50bc4cd5947d3ed3002f206e268c2e095e23
Author: Roman Leventov <le...@gmail.com>
AuthorDate: Thu Jun 6 15:47:09 2019 +0200

    Add instruction about skipping up-to-date checks when running integration tests
---
 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