agricenko commented on a change in pull request #10016:
URL: https://github.com/apache/druid/pull/10016#discussion_r440048021
##########
File path: integration-tests/README.md
##########
@@ -68,6 +68,25 @@ 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.
+## Docker compose
+
+Docker compose yamls located in "docker" folder
+
+docker-compose.base.yml - Base file that defining all containers for
integration test
+
+docker-compose.yml - Defining minimal Druid cluster that can be used for non
cluster tests.
+
+ docker-compose -f docker-compose.yml up
+ DRUID_INTEGRATION_TEST_GROUP=query docker-compose -f docker-compose.yml up
Review comment:
Added some details.
2nd docker-compose need to be used for security/query tests. Druid docker
container update keys in druid.sh if DRUID_INTEGRATION_TEST_GROUP="query" or
"security"
druid/integration-tests/docker/druid.sh:85
----------------------------------------------------------------
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]