From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Add basic TAP test setup for pg_upgrade |
Date: | 2017-09-19 22:56:14 |
Message-ID: | E1duRR8-0004m1-Iq@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
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(dot)paquier(at)gmail(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2017-09-19 23:16:50 | Re: pgsql: Make new crash restart test a bit more robust. |
Previous Message | pgsql | 2017-09-19 22:01:41 | pgsql: Tag refs/tags/REL_10_RC1 was created |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2017-09-19 22:57:26 | Re: Rewriting the test of pg_upgrade as a TAP test |
Previous Message | Michael Paquier | 2017-09-19 22:55:31 | Re: Setting pd_lower in GIN metapage |