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(-)