From 4cb0e4c2f1504e904ef7907215f2b7d627b413ee Mon Sep 17 00:00:00 2001 From: Potapov Alexander Date: Mon, 1 Dec 2025 15:14:56 +0300 Subject: [PATCH] PGPRO-12394 Enable TPCDS tests --- .travis.yml | 7 ++++--- tests/prepare_stress.sh | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b764ef4..ce09b8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,11 +24,11 @@ notifications: env: - PG_VERSION=18 - PG_VERSION=17 - - PG_VERSION=16 LEVEL=hardcore USE_TPCDS=0 + - PG_VERSION=16 LEVEL=hardcore USE_TPCDS=1 - PG_VERSION=16 - - PG_VERSION=15 LEVEL=hardcore USE_TPCDS=0 + - PG_VERSION=15 LEVEL=hardcore USE_TPCDS=1 - PG_VERSION=15 - - PG_VERSION=14 LEVEL=hardcore USE_TPCDS=0 + - PG_VERSION=14 LEVEL=hardcore USE_TPCDS=1 - PG_VERSION=14 - PG_VERSION=13 - PG_VERSION=12 @@ -37,6 +37,7 @@ env: matrix: allow_failures: + - env: PG_VERSION=13 - env: PG_VERSION=12 - env: PG_VERSION=10 - env: PG_VERSION=9.6 diff --git a/tests/prepare_stress.sh b/tests/prepare_stress.sh index 3bdb2a5..56d6e59 100755 --- a/tests/prepare_stress.sh +++ b/tests/prepare_stress.sh @@ -4,7 +4,7 @@ mkdir -p tmp_stress cd tmp_stress rm -rf ./* -git clone --depth 1 --single-branch --branch master https://github.com/gregrahn/tpcds-kit.git # used for data and schema +git clone --depth 1 --single-branch --branch master https://github.com/alexandervpotapov/tpcds-kit.git # used for data and schema git clone --depth 1 --single-branch --branch master https://github.com/cwida/tpcds-result-reproduction.git # used for queries only cd tpcds-kit/tools