You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2020/03/17 10:09:01 UTC

[druid] branch master updated (b184736 -> 4c620b8)

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

cwylie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.


    from b184736  More efficient join filter rewrites (#9516)
     add 4c620b8  Adding s3, gcs, azure integration tests (#9501)

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |  19 ++-
 integration-tests/README.md                        |  46 ++++++-
 integration-tests/docker/Dockerfile                |   8 +-
 integration-tests/docker/druid.sh                  |  31 ++++-
 .../docker/environment-configs/common              |   2 +
 .../docker/environment-configs/historical          |   2 -
 .../docker/environment-configs/middlemanager       |   2 -
 .../environment-configs/override-examples/azure    |  10 +-
 .../environment-configs/override-examples/gcs      |  22 ++--
 .../environment-configs/override-examples/s3       |  12 +-
 .../docker/service-supervisords/druid.conf         |   1 -
 .../query-sample-data.sql}                         |   2 -
 .../docker/test-data/security-sample-data.sql      |  17 +++
 integration-tests/pom.xml                          |  14 ++
 integration-tests/run_cluster.sh                   |  27 +++-
 .../druid/testing/ConfigFileConfigProvider.java    |  17 +++
 .../apache/druid/testing/DockerConfigProvider.java |  18 +++
 .../druid/testing/IntegrationTestingConfig.java    |   4 +
 .../java/org/apache/druid/tests/TestNGGroup.java   |  16 +++
 .../tests/indexer/ITAzureParallelIndexTest.java    | 145 ++++++++++++++++++++
 .../tests/indexer/ITGcsParallelIndexTest.java      | 146 +++++++++++++++++++++
 .../druid/tests/indexer/ITS3ParallelIndexTest.java | 145 ++++++++++++++++++++
 ...x_task.json => wikipedia_cloud_index_task.json} |  56 +++++---
 23 files changed, 706 insertions(+), 56 deletions(-)
 copy cloud/gcp-common/src/main/resources/META-INF/services/org.apache.druid.initialization.DruidModule => integration-tests/docker/environment-configs/override-examples/azure (72%)
 copy examples/conf/druid/single-server/medium/coordinator-overlord/runtime.properties => integration-tests/docker/environment-configs/override-examples/gcs (66%)
 copy cloud/gcp-common/src/main/resources/META-INF/services/org.apache.druid.initialization.DruidModule => integration-tests/docker/environment-configs/override-examples/s3 (68%)
 rename integration-tests/docker/{sample-data.sql => test-data/query-sample-data.sql} (80%)
 create mode 100644 integration-tests/docker/test-data/security-sample-data.sql
 create mode 100644 integration-tests/src/test/java/org/apache/druid/tests/indexer/ITAzureParallelIndexTest.java
 create mode 100644 integration-tests/src/test/java/org/apache/druid/tests/indexer/ITGcsParallelIndexTest.java
 create mode 100644 integration-tests/src/test/java/org/apache/druid/tests/indexer/ITS3ParallelIndexTest.java
 copy integration-tests/src/test/resources/indexer/{wikipedia_parallel_druid_input_source_index_task.json => wikipedia_cloud_index_task.json} (50%)


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