maytasm commented on a change in pull request #9854:
URL: https://github.com/apache/druid/pull/9854#discussion_r426056371
##########
File path: integration-tests/README.md
##########
@@ -68,16 +68,48 @@ can either be 8 or 11.
Druid's configuration (using Docker) can be overrided by providing
-Doverride.config.path=<PATH_TO_FILE>.
The file must contain one property per line, the key must start with `druid_`
and the format should be snake case.
+## Running tests by docker-compose + mvn
+
+Build druid-cluster, druid-hadoop docker images. From root module run maven
command:
+```
+mvn clean install -pl integration-tests -P integration-tests
-Ddocker.run.skip=true -Dmaven.test.skip=true
+```
+
+Run druid cluster by docker-compose:
+```
+docker-compose -f integration-tests/docker/docker-compose.yml up
+```
+
+Run integration tests:
Review comment:
I think this is not needed as this is still the same as the instruction
above. Since we already have the instruction to run the test in ## Running
tests and instruction on using -Ddocker.x.skip, I think this is redundant.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]