Repository: calcite-avatica-go Updated Branches: refs/heads/master f5495e1de -> 5d398eec9
[CALCITE-2500] Test against Avatica 1.12.0 and Phoenix 5.0.0 Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/49fd3a4c Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/49fd3a4c Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/49fd3a4c Branch: refs/heads/master Commit: 49fd3a4c5908ef5151406166de1faadc92ad820f Parents: f5495e1 Author: Francis Chuang <[email protected]> Authored: Wed Aug 29 14:01:05 2018 +1000 Committer: Francis Chuang <[email protected]> Committed: Wed Aug 29 14:01:05 2018 +1000 ---------------------------------------------------------------------- .travis.yml | 3 +++ docker-compose.yml | 4 ++-- moby.yml | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/49fd3a4c/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 37d8327..94198f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ go: - "1.10.x" sudo: required + services: - docker @@ -40,7 +41,9 @@ env: matrix: - AVATICA_FLAVOR=PHOENIX IMAGE=boostport/hbase-phoenix-all-in-one:1.3-4.13 - AVATICA_FLAVOR=PHOENIX IMAGE=boostport/hbase-phoenix-all-in-one:1.4-4.14 + - AVATICA_FLAVOR=PHOENIX IMAGE=boostport/hbase-phoenix-all-in-one:2.0-5.0 - AVATICA_FLAVOR=HSQLDB IMAGE=f21global/calcite-avatica:1.11.0-hypersql + - AVATICA_FLAVOR=HSQLDB IMAGE=f21global/calcite-avatica:1.12.0-hypersql before_install: - if [ $TRAVIS_GO_VERSION == "1.10.x" ]; then http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/49fd3a4c/docker-compose.yml ---------------------------------------------------------------------- diff --git a/docker-compose.yml b/docker-compose.yml index 4f07931..4eb45f1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,7 +22,7 @@ services: HSQLDB_HOST: http://hsqldb:8765 command: sh -c "export AVATICA_FLAVOR=HSQLDB && go test -v ./...; export AVATICA_FLAVOR=PHOENIX && go test -v ./..." phoenix: - image: boostport/hbase-phoenix-all-in-one:1.4-4.14 + image: boostport/hbase-phoenix-all-in-one:2.0-5.0 hsqldb: - image: f21global/calcite-avatica:1.11.0-hypersql + image: f21global/calcite-avatica:1.12.0-hypersql command: -u jdbc:hsqldb:mem:public \ No newline at end of file http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/49fd3a4c/moby.yml ---------------------------------------------------------------------- diff --git a/moby.yml b/moby.yml index 62b4452..f85c051 100644 --- a/moby.yml +++ b/moby.yml @@ -15,10 +15,10 @@ # services: - id: phoenix - image: boostport/hbase-phoenix-all-in-one:1.4-4.14 + image: boostport/hbase-phoenix-all-in-one:2.0-5.0 - id: hsqldb - image: f21global/calcite-avatica:1.11.0-hypersql + image: f21global/calcite-avatica:1.12.0-hypersql command: -u jdbc:hsqldb:mem:public ports: - "8765"
