Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit125c929

Browse files
author
Ivan Lazarev
committed
[PBCKP-220] ALL tests with PGPROBACKUP=ON on CI
1 parent9c6e3ce commit125c929

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env:
3434
-PG_VERSION=10 PG_BRANCH=REL_10_STABLE
3535
-PG_VERSION=9.6 PG_BRANCH=REL9_6_STABLE
3636
-PG_VERSION=9.5 PG_BRANCH=REL9_5_STABLE
37-
-PG_VERSION=14 PG_BRANCH=REL_14_STABLE PTRACK_PATCH_PG_BRANCH=REL_14_STABLEPGPROBACKUP_GDB=ON PG_PROBACKUP_TEST_BASIC=OFF
37+
-PG_VERSION=14 PG_BRANCH=REL_14_STABLE PTRACK_PATCH_PG_BRANCH=REL_14_STABLEMODE=TMP
3838
# - PG_VERSION=13 PG_BRANCH=REL_13_STABLE PTRACK_PATCH_PG_BRANCH=OFF MODE=archive
3939
# - PG_VERSION=13 PG_BRANCH=REL_13_STABLE PTRACK_PATCH_PG_BRANCH=REL_13_STABLE MODE=backup
4040
# - PG_VERSION=13 PG_BRANCH=REL_13_STABLE PTRACK_PATCH_PG_BRANCH=REL_13_STABLE MODE=catchup

‎travis/run_tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ if [ "$MODE" = "basic" ]; then
112112
echo PG_PROBACKUP_TEST_BASIC=${PG_PROBACKUP_TEST_BASIC}
113113
python3 -m unittest -v tests
114114
python3 -m unittest -v tests.init
115+
elif ["$MODE"="TMP" ];then
116+
echo MODE=TMP
117+
PGPROBACKUP_GDB=ON python3 -m unittest -v tests
115118
else
116119
echo PG_PROBACKUP_TEST_BASIC=${PG_PROBACKUP_TEST_BASIC}
117120
python3 -m unittest -v tests.$MODE

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp