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 95406ca [IMPLY-2285] fix maxRowsPerSegment tool tip (#9468)
add 2db20af Integration test cluster supports override config (#9473)
No new revisions were added by this update.
Summary of changes:
integration-tests/common_run_cluster.sh | 108 ---------------
integration-tests/docker/Dockerfile | 13 +-
integration-tests/docker/broker.conf | 66 ---------
integration-tests/docker/coordinator.conf | 61 --------
integration-tests/docker/druid.sh | 76 ++++++++++
.../docker/environment-configs/broker | 31 +++--
.../docker/environment-configs/common | 64 +++++++++
.../docker/environment-configs/coordinator | 28 ++--
.../docker/environment-configs/historical | 26 ++--
.../docker/environment-configs/middlemanager | 41 ++++++
.../docker/environment-configs/overlord | 31 ++---
.../docker/environment-configs/router | 13 +-
.../environment-configs/router-custom-check-tls | 25 ++--
.../environment-configs/router-no-client-auth-tls | 24 ++--
.../environment-configs/router-permissive-tls | 23 ++--
integration-tests/docker/historical.conf | 62 ---------
integration-tests/docker/middlemanager.conf | 66 ---------
integration-tests/docker/overlord.conf | 60 --------
.../docker/router-custom-check-tls.conf | 57 --------
.../docker/router-no-client-auth-tls.conf | 55 --------
.../docker/router-permissive-tls.conf | 55 --------
integration-tests/docker/router.conf | 54 --------
.../docker/service-supervisords/druid.conf | 7 +
.../docker/{ => service-supervisords}/kafka.conf | 0
.../metadata-storage.conf | 0
.../{ => service-supervisords}/zookeeper.conf | 0
integration-tests/pom.xml | 9 +-
integration-tests/run_cluster.sh | 153 +++++++++++++++++++++
.../run_cluster_using_java_runtime_11.sh | 31 -----
.../run_cluster_using_java_runtime_8.sh | 31 -----
pom.xml | 1 +
31 files changed, 467 insertions(+), 804 deletions(-)
delete mode 100755 integration-tests/common_run_cluster.sh
delete mode 100644 integration-tests/docker/broker.conf
delete mode 100644 integration-tests/docker/coordinator.conf
create mode 100755 integration-tests/docker/druid.sh
copy examples/conf/druid/cluster/query/router/runtime.properties =>
integration-tests/docker/environment-configs/broker (54%)
create mode 100644 integration-tests/docker/environment-configs/common
copy
examples/conf/druid/cluster/master/coordinator-overlord/runtime.properties =>
integration-tests/docker/environment-configs/coordinator (52%)
copy
examples/conf/druid/cluster/master/coordinator-overlord/runtime.properties =>
integration-tests/docker/environment-configs/historical (55%)
create mode 100644 integration-tests/docker/environment-configs/middlemanager
copy examples/conf/druid/cluster/query/broker/runtime.properties =>
integration-tests/docker/environment-configs/overlord (57%)
copy extensions-core/druid-kerberos/src/test/resources/test.runtime.properties
=> integration-tests/docker/environment-configs/router (73%)
copy
examples/conf/druid/single-server/large/coordinator-overlord/runtime.properties
=> integration-tests/docker/environment-configs/router-custom-check-tls (61%)
copy
examples/conf/druid/single-server/large/coordinator-overlord/runtime.properties
=> integration-tests/docker/environment-configs/router-no-client-auth-tls (62%)
copy
examples/conf/druid/single-server/medium/coordinator-overlord/runtime.properties
=> integration-tests/docker/environment-configs/router-permissive-tls (65%)
delete mode 100644 integration-tests/docker/historical.conf
delete mode 100644 integration-tests/docker/middlemanager.conf
delete mode 100644 integration-tests/docker/overlord.conf
delete mode 100644 integration-tests/docker/router-custom-check-tls.conf
delete mode 100644 integration-tests/docker/router-no-client-auth-tls.conf
delete mode 100644 integration-tests/docker/router-permissive-tls.conf
delete mode 100644 integration-tests/docker/router.conf
create mode 100644 integration-tests/docker/service-supervisords/druid.conf
rename integration-tests/docker/{ => service-supervisords}/kafka.conf (100%)
rename integration-tests/docker/{ =>
service-supervisords}/metadata-storage.conf (100%)
rename integration-tests/docker/{ => service-supervisords}/zookeeper.conf
(100%)
create mode 100755 integration-tests/run_cluster.sh
delete mode 100755 integration-tests/run_cluster_using_java_runtime_11.sh
delete mode 100755 integration-tests/run_cluster_using_java_runtime_8.sh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]