maytasm commented on a change in pull request #10150:
URL: https://github.com/apache/druid/pull/10150#discussion_r451135312
##########
File path: integration-tests/README.md
##########
@@ -74,17 +74,21 @@ Docker compose yamls located in "docker" folder
docker-compose.base.yml - Base file that defines all containers for
integration test
-docker-compose.yml - Defines minimal Druid cluster that can be used for non
cluster tests
+docker-compose.yml - Defines Druid cluster with default configuration that is
use for running integration tests in Travis CI.
docker-compose -f docker-compose.yml up
// DRUID_INTEGRATION_TEST_GROUP - this variable is used in Druid docker
container for "security" and "query" test group. Use next docker-compose if you
want to run security/query tests.
DRUID_INTEGRATION_TEST_GROUP=security docker-compose -f docker-compose.yml
up
-docker-compose.override-env.yml - the same configuration as docker-compose.yml
+ override-env variable that needed to run cloud tests
+docker-compose.override-env.yml - Defines Druid cluster with default
configuration plus any additional and/or overriden configurations from
override-env file.
// OVERRIDE_ENV - variable that must contains path to Druid configuration
file
OVERRIDE_ENV=./environment-configs/override-examples/s3 docker-compose -f
docker-compose.override-env.yml up
+docker-compose.security.yml - Defines three additional Druid router services
with permissive tls, no client auth tls, and custom check tls respectively.
This is only needed for the "security" group integration test.
+
+ docker-compose -f docker-compose.druid-hadoop.yml up
Review comment:
oops. Fixed
----------------------------------------------------------------
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]