Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 58ffe14

Browse files
committed
Revert "Add basic TAP test setup for pg_upgrade"
This reverts commit f41e56c. The build farm client would run the pg_upgrade tests twice, once as part of the existing pg_upgrade check run and once as part of picking up all TAP tests by looking for "t" directories. Since the pg_upgrade tests are pretty slow, we will need a better solution or possibly a build farm client change before we can proceed with this.
1 parent 791961f commit 58ffe14

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

src/bin/pg_upgrade/Makefile

+3-4
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

-9
This file was deleted.

0 commit comments

Comments
 (0)