From b3da85b52684834f0e39a02ef6998499db81327a Mon Sep 17 00:00:00 2001 From: aderm Date: Mon, 28 Oct 2019 20:23:19 +0800 Subject: [PATCH] 1.update pg image to 10.5-alpine;2.update test support list. (#3727) --- .../configuration.yml | 2 +- .../support-version.list | 13 +++++++++++++ .../scenarios/postgresql-scenario/configuration.yml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/test/plugin/scenarios/postgresql-above9.4.1207-scenario/configuration.yml b/test/plugin/scenarios/postgresql-above9.4.1207-scenario/configuration.yml index 663a82d8a..af43ee0dc 100644 --- a/test/plugin/scenarios/postgresql-above9.4.1207-scenario/configuration.yml +++ b/test/plugin/scenarios/postgresql-above9.4.1207-scenario/configuration.yml @@ -24,6 +24,6 @@ environment: - POSTGRES_PASSWORD=postgres dependencies: postgresql-server: - image: postgres:9.3-alpine + image: postgres:10.5-alpine hostname: postgresql-server diff --git a/test/plugin/scenarios/postgresql-above9.4.1207-scenario/support-version.list b/test/plugin/scenarios/postgresql-above9.4.1207-scenario/support-version.list index 834eae5b2..9287a4bce 100644 --- a/test/plugin/scenarios/postgresql-above9.4.1207-scenario/support-version.list +++ b/test/plugin/scenarios/postgresql-above9.4.1207-scenario/support-version.list @@ -62,3 +62,16 @@ 42.2.3 42.2.4.jre6 42.2.4.jre7 +42.2.4 +42.2.5.jre6 +42.2.5.jre7 +42.2.5 +42.2.6.jre6 +42.2.6.jre7 +42.2.6 +42.2.7.jre6 +42.2.7.jre7 +42.2.7 +42.2.8.jre6 +42.2.8.jre7 +42.2.8 diff --git a/test/plugin/scenarios/postgresql-scenario/configuration.yml b/test/plugin/scenarios/postgresql-scenario/configuration.yml index f34ac2dcd..58af9fa63 100644 --- a/test/plugin/scenarios/postgresql-scenario/configuration.yml +++ b/test/plugin/scenarios/postgresql-scenario/configuration.yml @@ -25,6 +25,6 @@ environment: - POSTGRES_PASSWORD=postgres dependencies: postgresql-server: - image: postgres:9.3-alpine + image: postgres:10.5-alpine hostname: postgresql-server