Skip to content

Commit

Permalink
Revert "Add basic TAP test setup for pg_upgrade"
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
petere committed Sep 22, 2017
1 parent 791961f commit 58ffe14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
7 changes: 3 additions & 4 deletions src/bin/pg_upgrade/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ clean distclean maintainer-clean:
pg_upgrade_dump_globals.sql \
pg_upgrade_dump_*.custom pg_upgrade_*.log

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

installcheck:
$(prove_installcheck)
# installcheck is not supported because there's no meaningful way to test
# pg_upgrade against a single already-running server
9 changes: 0 additions & 9 deletions src/bin/pg_upgrade/t/001_basic.pl

This file was deleted.

0 comments on commit 58ffe14

Please sign in to comment.