Обсуждение: [COMMITTERS] pgsql: Add basic TAP test setup for pg_upgrade

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: Add basic TAP test setup for pg_upgrade

От
Peter Eisentraut
Дата:
Add basic TAP test setup for pg_upgrade

The plan is to convert the current pg_upgrade test to the TAP
framework.  This commit just puts a basic TAP test in place so that we
can see how the build farm behaves, since the build farm client has some
special knowledge of the pg_upgrade tests.

Author: Michael Paquier <michael.paquier@gmail.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f41e56c76e39f02bef7ba002c9de03d62b76de4d

Modified Files
--------------
src/bin/pg_upgrade/Makefile       | 7 ++++---
src/bin/pg_upgrade/t/001_basic.pl | 9 +++++++++
2 files changed, 13 insertions(+), 3 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Re: [COMMITTERS] pgsql: Add basic TAP test setup for pg_upgrade

От
Tom Lane
Дата:
Peter Eisentraut <peter_e@gmx.net> writes:
> Add basic TAP test setup for pg_upgrade
> The plan is to convert the current pg_upgrade test to the TAP
> framework.  This commit just puts a basic TAP test in place so that we
> can see how the build farm behaves, since the build farm client has some
> special knowledge of the pg_upgrade tests.

I hope you're not planning to leave it like this very long.  The
pg_upgrade test is already one of the longest steps in the buildfarm
runs, and now we're doing it twice.
        regards, tom lane


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers