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

Commit58ffe14

Browse files
committed
Revert "Add basic TAP test setup for pg_upgrade"
This reverts commitf41e56c.The build farm client would run the pg_upgrade tests twice, once as partof the existing pg_upgrade check run and once as part of picking up allTAP tests by looking for "t" directories. Since the pg_upgrade testsare pretty slow, we will need a better solution or possibly a build farmclient change before we can proceed with this.
1 parent791961f commit58ffe14

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

‎src/bin/pg_upgrade/Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ clean distclean maintainer-clean:
3636
pg_upgrade_dump_globals.sql\
3737
pg_upgrade_dump_*.custom pg_upgrade_*.log
3838

39-
check: test.sh
40-
$(prove_check)
39+
check: test.sh all
4140
MAKE=$(MAKE) bindir=$(bindir) libdir=$(libdir) EXTRA_REGRESS_OPTS="$(EXTRA_REGRESS_OPTS)"$(SHELL)$< --install
4241

43-
installcheck:
44-
$(prove_installcheck)
42+
#installcheck is not supported because there's no meaningful way to test
43+
# pg_upgrade against a single already-running server

‎src/bin/pg_upgrade/t/001_basic.pl

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp