Skip to content

Commit 552128b

Browse files
committed
[travis] try to fix test_ptrack_vacuum_full #2
1 parent 2fd9bd4 commit 552128b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ install:
1212
- docker-compose build
1313

1414
script:
15-
- docker-compose run $(bash <(curl -s https://codecov.io/env)) tests
15+
# - docker-compose run $(bash <(curl -s https://codecov.io/env)) tests
16+
- docker-compose run tests
1617

1718
notifications:
1819
email:
@@ -28,7 +29,8 @@ env:
2829
# - PG_VERSION=14 PG_BRANCH=REL_14_STABLE TEST_CASE=tap
2930
# - PG_VERSION=14 PG_BRANCH=REL_14_STABLE TEST_CASE=tap MODE=legacy
3031
# - PG_VERSION=14 PG_BRANCH=REL_14_STABLE TEST_CASE=all
31-
- PG_VERSION=14 PG_BRANCH=REL_14_STABLE TEST_CASE=all MODE=paranoia
32+
# - PG_VERSION=14 PG_BRANCH=REL_14_STABLE TEST_CASE=all MODE=paranoia
33+
- PG_VERSION=14 PG_BRANCH=REL_14_STABLE TEST_CASE=test_ptrack_vacuum_full MODE=paranoia
3234
# - PG_VERSION=13 PG_BRANCH=REL_13_STABLE TEST_CASE=tap
3335
# - PG_VERSION=13 PG_BRANCH=REL_13_STABLE TEST_CASE=tap MODE=legacy
3436
# - PG_VERSION=13 PG_BRANCH=REL_13_STABLE TEST_CASE=all

run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ echo "############### Compiling and installing ptrack extension"
7575

7676
# XXX: Hackish way to make possible to run tap tests
7777
mkdir $PG_SRC/contrib/ptrack
78-
cp * $PG_SRC/contrib/ptrack/
7978
cp -R t $PG_SRC/contrib/ptrack/
8079

8180
make USE_PGXS=1 PG_CPPFLAGS="-coverage" SHLIB_LINK="-coverage" -C $PG_SRC/contrib/ptrack/ install
@@ -104,6 +103,7 @@ else
104103
cat /proc/sys/kernel/yama/ptrace_scope
105104
sudo sysctl kernel.yama.ptrace_scope=0
106105
cat /proc/sys/kernel/yama/ptrace_scope
106+
ls -l /usr/sbin
107107

108108
# Build and install pg_probackup
109109
echo "############### Compiling and installing pg_probackup"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy