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 796c255 Fix post-aggregator computation when used with subtotals
(#10653)
add da0eaba integration test for coordinator and overlord leadership
client (#10680)
No new revisions were added by this update.
Summary of changes:
.travis.yml | 17 +-
docs/querying/sql.md | 1 +
.../druid/security/basic/BasicAuthUtils.java | 15 ++
...orBasicAuthenticatorMetadataStorageUpdater.java | 82 ++++----
...natorBasicAuthorizerMetadataStorageUpdater.java | 76 ++++----
.../AbstractParallelIndexSupervisorTaskTest.java | 1 +
integration-tests/docker/docker-compose.base.yml | 156 ++++++++++-----
.../docker/docker-compose.cli-indexer.yml | 20 --
...er.yml => docker-compose.high-availability.yml} | 68 +++----
.../docker/docker-compose.override-env.yml | 20 --
.../docker/docker-compose.query-retry-test.yml | 18 --
.../docker/docker-compose.security.yml | 12 --
integration-tests/docker/docker-compose.yml | 32 +--
integration-tests/docker/druid.sh | 2 +-
.../docker/environment-configs/broker | 3 +-
.../docker/environment-configs/common | 3 +-
.../docker/environment-configs/coordinator | 1 +
.../docker/environment-configs/historical | 1 +
.../docker/environment-configs/indexer | 1 +
.../docker/environment-configs/middlemanager | 1 +
.../docker/environment-configs/overlord | 1 +
.../docker/environment-configs/router | 1 +
...-data.sql => high-availability-sample-data.sql} | 0
integration-tests/pom.xml | 3 +
integration-tests/script/docker_compose_args.sh | 64 ++++++
integration-tests/script/docker_run_cluster.sh | 45 +----
.../druid/testing/ConfigFileConfigProvider.java | 153 +++++++++++++--
.../apache/druid/testing/DockerConfigProvider.java | 136 ++++++++++++-
.../druid/testing/IntegrationTestingConfig.java | 98 ++++++++--
.../clients/OverlordResourceTestClient.java | 2 +-
.../testing/utils/DruidClusterAdminClient.java | 34 +++-
.../apache/druid/testing/utils/ITRetryUtil.java | 4 +-
.../testing/utils/ITTLSCertificateChecker.java | 2 +-
.../java/org/apache/druid/tests/TestNGGroup.java | 2 +
.../tests/leadership/ITHighAvailabilityTest.java | 215 +++++++++++++++++++++
.../tests/query/ITBroadcastJoinQueryTest.java | 4 +
.../druid/tests/query/ITSystemTableQueryTest.java | 2 +-
.../security/ITBasicAuthConfigurationTest.java | 32 ++-
.../org/apache/druid/tests/security/ITTLSTest.java | 18 +-
.../resources/queries/high_availability_sys.json | 39 ++++
.../{sys_segment_queries.json => sys_queries.json} | 0
.../auth_test_sys_schema_server_segments.json | 2 +-
.../results/auth_test_sys_schema_servers.json | 14 +-
integration-tests/stop_cluster.sh | 21 +-
.../druid/sql/calcite/schema/SystemSchema.java | 63 +++++-
.../druid/sql/calcite/schema/SystemSchemaTest.java | 156 +++++++++++++--
.../druid/sql/calcite/util/CalciteTests.java | 32 ++-
website/.spelling | 1 +
48 files changed, 1268 insertions(+), 406 deletions(-)
copy integration-tests/docker/{docker-compose.cli-indexer.yml =>
docker-compose.high-availability.yml} (69%)
copy integration-tests/docker/test-data/{query-sample-data.sql =>
high-availability-sample-data.sql} (100%)
create mode 100644 integration-tests/script/docker_compose_args.sh
create mode 100644
integration-tests/src/test/java/org/apache/druid/tests/leadership/ITHighAvailabilityTest.java
create mode 100644
integration-tests/src/test/resources/queries/high_availability_sys.json
rename integration-tests/src/test/resources/queries/{sys_segment_queries.json
=> sys_queries.json} (100%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]