From a05137ee5ecaebfc353379e700b9935b608ed2ae Mon Sep 17 00:00:00 2001 From: Felipe Monteiro Date: Mon, 2 Oct 2017 17:25:35 +0100 Subject: [PATCH] [tests] Downgrade postgresql to 9.5 for functional tests Given that the Deckhand chart uses 9.5 for production, functional tests should align with that reality [0]. [0] https://github.com/att-comdev/aic-helm/blob/7a0d8758c46e4966b64ef15a1ff8d78bca64ec3b/deckhand/values.yaml#L24 Change-Id: I3342ea3c7e1c89099c059aeebc280c9b312cdf18 --- tools/functional-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/functional-tests.sh b/tools/functional-tests.sh index 0134bb20..b51d2cdf 100755 --- a/tools/functional-tests.sh +++ b/tools/functional-tests.sh @@ -19,7 +19,7 @@ POSTGRES_ID=$( -e POSTGRES_DB=deckhand \ -e POSTGRES_USER=deckhand \ -e POSTGRES_PASSWORD=password \ - postgres:10 + postgres:9.5 ) function cleanup {