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

Commit9f85f3d

Browse files
author
Alexander Korotkov
committed
Stop cluster before looking for test results.
1 parent31f1e94 commit9f85f3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎travis/pg-travis-test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ fi
118118
# run regression tests
119119
PGPORT=55435 PGUSER=$USER PG_CONFIG=$config_path make installcheck USE_PGXS=1|| status=$?
120120

121+
# stop cluster
122+
$pg_ctl_path -D$CLUSTER_PATH stop -l postgres.log -w
123+
121124
# show diff if it exists
122125
iftest -f regression.diffs;then cat regression.diffs;fi
123126

@@ -139,9 +142,6 @@ for corefile in $(find /tmp/ -name '*.core' 2>/dev/null) ; do
139142
gdb --batch --quiet -ex"thread apply all bt full" -ex"quit"$binary$corefile
140143
done
141144

142-
# stop cluster
143-
$pg_ctl_path -D$CLUSTER_PATH stop -l postgres.log -w
144-
145145
#generate *.gcov files
146146
if [$CHECK_TYPE=="valgrind" ]&& [$CC="clang" ];then
147147
bash<(curl -s https://codecov.io/bash) -x"llvm-cov gcov"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp