Re: [HACKERS] TAP tests of pg_rewind not stopping servers used for the tests

2015-04-15 Thread Michael Paquier
On Thu, Apr 16, 2015 at 1:57 AM, Heikki Linnakangas wrote: > Thanks, committed. I kept the END block, though, so that we still clean up > if the test dies with an exception. That makes sense. Thanks. -- Michael -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make chang

Re: [HACKERS] TAP tests of pg_rewind not stopping servers used for the tests

2015-04-15 Thread Heikki Linnakangas
On 04/15/2015 03:07 PM, Michael Paquier wrote: Hi all, In the refactoring of pg_rewind tests committed as 53ba107, it happens that some of the servers used for the tests are not stopped at the end of the test. The issue is that RewindTest.pm uses END to stop the servers, but now that the local a

[HACKERS] TAP tests of pg_rewind not stopping servers used for the tests

2015-04-15 Thread Michael Paquier
Hi all, In the refactoring of pg_rewind tests committed as 53ba107, it happens that some of the servers used for the tests are not stopped at the end of the test. The issue is that RewindTest.pm uses END to stop the servers, but now that the local and remote tests are grouped half of the servers a