You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ab...@apache.org on 2023/05/15 14:59:58 UTC

[druid] branch master updated (10bce22e68 -> 3c0983c8e9)

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

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


    from 10bce22e68 Configure maxBytesPerWorker directly instead of using StageDefinition (#14257)
     add 3c0983c8e9 Extend the IT framework to allow tests in extensions (#13877)

No new revisions were added by this update.

Summary of changes:
 integration-tests-ex/cases/cluster.sh              |  59 +++---
 .../AzureDeepStorage/docker-compose.py}            |   0
 .../cases/cluster/AzureDeepStorage/verify.sh       |   9 +-
 .../BatchIndex/docker-compose.py}                  |   0
 .../cases/cluster/Common/dependencies.yaml         |   3 +-
 .../GcsDeepStorage/docker-compose.py}              |   0
 .../cases/cluster/GcsDeepStorage/verify.sh         |  14 +-
 .../HighAvailability/docker-compose.py}            |   0
 .../MultiStageQuery/docker-compose.py}             |   0
 .../S3DeepStorage/docker-compose.py}               |   0
 .../cases/cluster/S3DeepStorage/verify.sh          |  16 +-
 .../cases/{templates => cluster}/template.py       |  15 +-
 integration-tests-ex/docs/compose.md               |  30 ++-
 integration-tests-ex/docs/docker.md                |  31 +++
 integration-tests-ex/image/docker/launch.sh        |  35 +++-
 it.sh                                              | 229 +++++++++++++--------
 .../org/apache/druid/server/QueryResultPusher.java |   2 +-
 .../org/apache/druid/cli/PullDependencies.java     |  64 +++---
 sql/pom.xml                                        |   2 +-
 19 files changed, 313 insertions(+), 196 deletions(-)
 rename integration-tests-ex/cases/{templates/AzureDeepStorage.py => cluster/AzureDeepStorage/docker-compose.py} (100%)
 copy examples/quickstart/tutorial/hadoop3/docker/ssh_config => integration-tests-ex/cases/cluster/AzureDeepStorage/verify.sh (83%)
 rename integration-tests-ex/cases/{templates/BatchIndex.py => cluster/BatchIndex/docker-compose.py} (100%)
 rename integration-tests-ex/cases/{templates/GcsDeepStorage.py => cluster/GcsDeepStorage/docker-compose.py} (100%)
 copy examples/bin/middleManager.sh => integration-tests-ex/cases/cluster/GcsDeepStorage/verify.sh (70%)
 rename integration-tests-ex/cases/{templates/HighAvailability.py => cluster/HighAvailability/docker-compose.py} (100%)
 rename integration-tests-ex/cases/{templates/MultiStageQuery.py => cluster/MultiStageQuery/docker-compose.py} (100%)
 rename integration-tests-ex/cases/{templates/S3DeepStorage.py => cluster/S3DeepStorage/docker-compose.py} (100%)
 copy examples/bin/coordinator.sh => integration-tests-ex/cases/cluster/S3DeepStorage/verify.sh (76%)
 rename integration-tests-ex/cases/{templates => cluster}/template.py (97%)


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