From af1294e3be90e2ab82bed83abb224b7aadee32a5 Mon Sep 17 00:00:00 2001 From: Soumya GB Date: Thu, 26 Sep 2019 15:33:30 -0700 Subject: [PATCH] Use upstream proxy for docker unit and e2e tests. (#1394) * Adds cataloger for Azure Blob storage * Revert "Adds cataloger for Azure Blob storage" This reverts commit 9476c9e2569ad71eb49bb39628c3ebc936f2d917. * Implements Cataloger interface for Azure blob storage. Fixes #995. * Upgraded azblob version to v0.7.0 * Upgrades azblob version to v0.7.0 * Fix formatting * Fix formatting issues * Use keyed field for comp literal * reorder import pkgs * Use upstream proxy in test containers * delete unwanted file * Updates GOLANG_VERSION for docker tests --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b389807f..57f2ab2f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: context: . dockerfile: Dockerfile.test args: - GOLANG_VERSION: 1.12 + GOLANG_VERSION: 1.13 command: ["./scripts/test_unit.sh"] environment: - GO_ENV=test @@ -34,7 +34,7 @@ services: context: . dockerfile: Dockerfile.test args: - GOLANG_VERSION: 1.12 + GOLANG_VERSION: 1.13 command: ["./scripts/test_e2e.sh"] azurite: image: arafato/azurite:2.6.5