Skip to content

Commit 6e5841b

Browse files
author
Potapov Alexander
committed
PGPRO-12394 Enable TPCDS tests
1 parent 2df6b5f commit 6e5841b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,22 @@ notifications:
2222
on_failure: always
2323

2424
env:
25-
- PG_VERSION=18
26-
- PG_VERSION=17
27-
- PG_VERSION=16 LEVEL=hardcore USE_TPCDS=0
25+
- PG_VERSION=16 LEVEL=hardcore USE_TPCDS=1
2826
- PG_VERSION=16
29-
- PG_VERSION=15 LEVEL=hardcore USE_TPCDS=0
27+
- PG_VERSION=15 LEVEL=hardcore USE_TPCDS=1
3028
- PG_VERSION=15
31-
- PG_VERSION=14 LEVEL=hardcore USE_TPCDS=0
29+
- PG_VERSION=14 LEVEL=hardcore USE_TPCDS=1
3230
- PG_VERSION=14
3331
- PG_VERSION=13
32+
- PG_VERSION=18
33+
- PG_VERSION=17
3434
- PG_VERSION=12
3535
- PG_VERSION=10
3636
- PG_VERSION=9.6
3737

3838
matrix:
3939
allow_failures:
40+
- env: PG_VERSION=13
4041
- env: PG_VERSION=12
4142
- env: PG_VERSION=10
4243
- env: PG_VERSION=9.6

tests/prepare_stress.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ mkdir -p tmp_stress
44
cd tmp_stress
55
rm -rf ./*
66

7-
git clone --depth 1 --single-branch --branch master https://github.com/gregrahn/tpcds-kit.git # used for data and schema
7+
git clone --depth 1 --single-branch --branch 12394-master https://github.com/alexandervpotapov/tpcds-kit.git # used for data and schema
88
git clone --depth 1 --single-branch --branch master https://github.com/cwida/tpcds-result-reproduction.git # used for queries only
99

1010
cd tpcds-kit/tools

0 commit comments

Comments
 (0)