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

[druid] branch master updated (e1b201c -> 3f52194)

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 e1b201c  Add view values to lookup actions menu (#9549)
     add 3f52194  S3 ingestion spec should not uses the default credentials provider chain when environment value password provider is misconfigured. (#9552)

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |   4 +-
 .../druid/data/input/s3/S3InputSourceConfig.java   |   4 +-
 integration-tests/pom.xml                          |   6 +
 .../clients/OverlordResourceTestClient.java        |  35 ++-
 .../java/org/apache/druid/tests/TestNGGroup.java   |   5 +-
 ...AbstractAzureInputSourceParallelIndexTest.java} |   2 +-
 ...> AbstractGcsInputSourceParallelIndexTest.java} |   2 +-
 ...=> AbstractS3InputSourceParallelIndexTest.java} |   2 +-
 .../indexer/ITAzureToAzureParallelIndexTest.java   |   2 +-
 .../indexer/ITAzureToHdfsParallelIndexTest.java    |   2 +-
 .../tests/indexer/ITGcsToGcsParallelIndexTest.java |   2 +-
 .../indexer/ITGcsToHdfsParallelIndexTest.java      |   2 +-
 .../indexer/ITS3OverrideCredentialsIndexTest.java  | 289 +++++++++++++++++++++
 .../tests/indexer/ITS3ToHdfsParallelIndexTest.java |   2 +-
 .../tests/indexer/ITS3ToS3ParallelIndexTest.java   |   2 +-
 ...wikipedia_override_credentials_index_task.json} |   4 +
 16 files changed, 347 insertions(+), 18 deletions(-)
 rename integration-tests/src/test/java/org/apache/druid/tests/indexer/{AbstractAzureInputSourceSimpleIndexTest.java => AbstractAzureInputSourceParallelIndexTest.java} (97%)
 rename integration-tests/src/test/java/org/apache/druid/tests/indexer/{AbstractGcsInputSourceSimpleIndexTest.java => AbstractGcsInputSourceParallelIndexTest.java} (97%)
 rename integration-tests/src/test/java/org/apache/druid/tests/indexer/{AbstractS3InputSourceSimpleIndexTest.java => AbstractS3InputSourceParallelIndexTest.java} (97%)
 create mode 100644 integration-tests/src/test/java/org/apache/druid/tests/indexer/ITS3OverrideCredentialsIndexTest.java
 copy integration-tests/src/test/resources/indexer/{wikipedia_cloud_simple_index_task.json => wikipedia_override_credentials_index_task.json} (92%)


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