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

Commit552128b

Browse files
committed
[travis] try to fix test_ptrack_vacuum_full#2
1 parent2fd9bd4 commit552128b

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)

[8]ページ先頭

©2009-2025 Movatter.jp