mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Revert "Add basic TAP test setup for pg_upgrade"
This reverts commit f41e56c76e
.
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.
This commit is contained in:
@ -36,9 +36,8 @@ clean distclean maintainer-clean:
|
|||||||
pg_upgrade_dump_globals.sql \
|
pg_upgrade_dump_globals.sql \
|
||||||
pg_upgrade_dump_*.custom pg_upgrade_*.log
|
pg_upgrade_dump_*.custom pg_upgrade_*.log
|
||||||
|
|
||||||
check: test.sh
|
check: test.sh all
|
||||||
$(prove_check)
|
|
||||||
MAKE=$(MAKE) bindir=$(bindir) libdir=$(libdir) EXTRA_REGRESS_OPTS="$(EXTRA_REGRESS_OPTS)" $(SHELL) $< --install
|
MAKE=$(MAKE) bindir=$(bindir) libdir=$(libdir) EXTRA_REGRESS_OPTS="$(EXTRA_REGRESS_OPTS)" $(SHELL) $< --install
|
||||||
|
|
||||||
installcheck:
|
# installcheck is not supported because there's no meaningful way to test
|
||||||
$(prove_installcheck)
|
# pg_upgrade against a single already-running server
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
use strict;
|
|
||||||
use warnings;
|
|
||||||
|
|
||||||
use TestLib;
|
|
||||||
use Test::More tests => 8;
|
|
||||||
|
|
||||||
program_help_ok('pg_upgrade');
|
|
||||||
program_version_ok('pg_upgrade');
|
|
||||||
program_options_handling_ok('pg_upgrade');
|
|
Reference in New Issue
Block a user