Re: Still another race condition in recovery TAP tests

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael.paquier@gmail.com>
Cc: PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2017-09-12T02:03:54Z
Lists: pgsql-hackers
Michael Paquier <michael.paquier@gmail.com> writes:
> On Mon, Sep 11, 2017 at 11:55 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Hm, I don't much like having it silently ignore files that are present;
>> that seems like a foot-gun in the long run.  What do you think of the
>> attached?

> That looks good to me. I have tried pretty hard to break it, but could not.

Pushed, thanks for testing!

			regards, tom lane


Commits

  1. Fix RecursiveCopy.pm to cope with disappearing files.

  2. Refactor Perl test code