You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cc...@apache.org on 2020/02/13 00:36:45 UTC

[druid] branch master updated (b1f3813 -> 31528bc)

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

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


    from b1f3813  Fix timestamp extract fn to match postgreSQL (#9337)
     add 31528bc  Integration tests for JDK 11 (#9249)

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        | 101 ++++++++++++++++---
 integration-tests/common_run_cluster.sh            | 108 +++++++++++++++++++++
 .../docker-base}/README.md                         |  13 +--
 integration-tests/docker-base/jdk11/Dockerfile     |  62 ++++++++++++
 .../docker-base/{ => jdk8}/Dockerfile              |   6 +-
 integration-tests/docker-base/setup.sh             |   3 -
 integration-tests/docker/Dockerfile                |  11 ++-
 integration-tests/docker/kafka.conf                |   1 -
 integration-tests/docker/middlemanager.conf        |   2 +-
 .../docker/router-custom-check-tls.conf            |   1 -
 .../docker/router-no-client-auth-tls.conf          |   1 -
 .../docker/router-permissive-tls.conf              |   1 -
 integration-tests/docker/supervisord.conf          |   1 +
 integration-tests/pom.xml                          |   5 +-
 integration-tests/run_cluster.sh                   |  97 ------------------
 ...ter.sh => run_cluster_using_java_runtime_11.sh} |  19 ++--
 ...ster.sh => run_cluster_using_java_runtime_8.sh} |  19 ++--
 17 files changed, 312 insertions(+), 139 deletions(-)
 create mode 100755 integration-tests/common_run_cluster.sh
 copy {website => integration-tests/docker-base}/README.md (69%)
 create mode 100644 integration-tests/docker-base/jdk11/Dockerfile
 rename integration-tests/docker-base/{ => jdk8}/Dockerfile (87%)
 delete mode 100755 integration-tests/run_cluster.sh
 copy integration-tests/{stop_cluster.sh => run_cluster_using_java_runtime_11.sh} (69%)
 copy integration-tests/{stop_cluster.sh => run_cluster_using_java_runtime_8.sh} (69%)


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