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

Commitda90676

Browse files
committed
Use installcheck-parallel in pg_upgrade's testsuite.
The installcheck run takes a sizable fraction of test.sh to run. Usinga parallel schedule reduces that noticably.It's possible that we want to backpatch this at some point, to reducebuildfarm times, but for now lets just see if this upsets thebuildfarm.Author: Andres FreundDiscussion:https://postgr.es/m/20181105210039.hh4vvi4vwoq5ba2q@alap3.anarazel.de
1 parentc6e4133 commitda90676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_upgrade/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ createdb "$dbname1" || createdb_status=$?
169169
createdb"$dbname2"|| createdb_status=$?
170170
createdb"$dbname3"|| createdb_status=$?
171171

172-
if"$MAKE" -C"$oldsrc" installcheck;then
172+
if"$MAKE" -C"$oldsrc" installcheck-parallel;then
173173
oldpgversion=`psql -X -A -t -d regression -c"SHOW server_version_num"`
174174

175175
# before dumping, get rid of objects not existing in later versions

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp