| From: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Shut down test servers after pg_rewind regression tests. |
| Date: | 2015-04-15 16:56:40 |
| Message-ID: | E1YiQcC-0000wS-K4@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Shut down test servers after pg_rewind regression tests.
Now that the test servers are initialized twice in each .pl script,
the single END block is not enough to stop them. Add a new clean_rewind_test
function that is called at the end of each test.
Michael Paquier
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/0d8a22a9ac6a61b7993abb642cb7e4645f4087b0
Modified Files
--------------
src/bin/pg_rewind/RewindTest.pm | 14 ++++++++++++--
src/bin/pg_rewind/t/001_basic.pl | 1 +
src/bin/pg_rewind/t/002_databases.pl | 1 +
src/bin/pg_rewind/t/003_extrafiles.pl | 2 ++
4 files changed, 16 insertions(+), 2 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Chris Mair | 2015-04-15 17:27:11 | Re: [Pgbuildfarm-members] pgsql: Move pg_upgrade from contrib/ to src/bin/ |
| Previous Message | Alvaro Herrera | 2015-04-15 16:23:38 | Re: [COMMITTERS] pgsql: Move pg_upgrade from contrib/ to src/bin/ |