This is an automated email from the ASF dual-hosted git repository.
jihoonson pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.
from 6846622 Docs: add FILTER to sql query syntax (#12093)
add 4a74c5a Use Druid's extension loading for integration test instead of
maven (#12095)
No new revisions were added by this update.
Summary of changes:
.travis.yml | 32 +++---
distribution/pom.xml | 107 ++++++++++++++++++++
...{assembly.xml => integration-test-assembly.xml} | 38 +------
docs/development/modules.md | 12 ++-
integration-tests/README.md | 21 ++--
integration-tests/docker/Dockerfile | 3 +-
integration-tests/docker/docker-compose.base.yml | 12 +++
.../docker-compose.custom-coordinator-duties.yml | 103 -------------------
.../docker/docker-compose.high-availability.yml | 1 +
.../docker/docker-compose.ldap-security.yml | 2 +-
.../docker/docker-compose.override-env.yml | 109 ---------------------
.../docker/docker-compose.query-error-test.yml | 1 +
.../docker/docker-compose.query-retry-test.yml | 1 +
.../docker/docker-compose.shuffle-deep-store.yml | 105 --------------------
integration-tests/docker/docker-compose.yml | 2 +-
integration-tests/docker/druid.sh | 14 +--
.../docker/environment-configs/common | 3 +-
.../common-custom-coordinator-duties | 81 ---------------
.../docker/environment-configs/common-ldap | 9 +-
.../environment-configs/common-shuffle-deep-store | 81 ---------------
.../docker/environment-configs/empty-config | 2 -
.../test-groups/custom-coordinator-duties | 17 ++--
.../test-groups/prepopulated-data | 17 +---
.../test-groups/shuffle-deep-store | 5 +-
integration-tests/pom.xml | 36 +++----
.../script/copy_resources_template.sh | 43 ++------
integration-tests/script/docker_compose_args.sh | 108 +++++++++-----------
integration-tests/script/docker_run_cluster.sh | 4 +-
.../clients/OverlordResourceTestClient.java | 28 +++---
.../apache/druid/tests/query/ITSqlCancelTest.java | 4 +-
integration-tests/stop_cluster.sh | 3 +-
31 files changed, 287 insertions(+), 717 deletions(-)
copy distribution/src/assembly/{assembly.xml => integration-test-assembly.xml}
(77%)
delete mode 100644
integration-tests/docker/docker-compose.custom-coordinator-duties.yml
delete mode 100644 integration-tests/docker/docker-compose.override-env.yml
delete mode 100644
integration-tests/docker/docker-compose.shuffle-deep-store.yml
delete mode 100644
integration-tests/docker/environment-configs/common-custom-coordinator-duties
delete mode 100644
integration-tests/docker/environment-configs/common-shuffle-deep-store
copy
cloud/gcp-common/src/main/resources/META-INF/services/org.apache.druid.initialization.DruidModule
=> integration-tests/docker/environment-configs/empty-config (95%)
copy distribution/docker/DockerfileBuildTarAdvanced =>
integration-tests/docker/environment-configs/test-groups/custom-coordinator-duties
(53%)
copy
examples/conf/druid/single-server/large/coordinator-overlord/runtime.properties
=> integration-tests/docker/environment-configs/test-groups/prepopulated-data
(64%)
copy
cloud/gcp-common/src/main/resources/META-INF/services/org.apache.druid.initialization.DruidModule
=> integration-tests/docker/environment-configs/test-groups/shuffle-deep-store
(68%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]