Re: buildfarm windows checks / tap tests on windows

Andres Freund <andres@anarazel.de>

From: Andres Freund <andres@anarazel.de>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Michael Paquier <michael@paquier.xyz>, pgsql-hackers@postgresql.org
Date: 2021-03-04T17:56:50Z
Lists: pgsql-hackers
Hi,

On 2021-03-04 11:10:19 -0500, Andrew Dunstan wrote:
> Here's the patch.

Awesome. Will you commit it?


> I didn't see a convenient way of handling the pg_recvlogical case, so
> that's unchanged.

Is the problem actually the kill_kill() itself, or just doing
->kill_kill() without a subsequent ->finish()?

But anyway, that seems like a less critical test...

Greetings,

Andres Freund



Commits

  1. Close psql processes gracefully in recovery tests

  2. Fix recovery test hang in 021_row_visibility.pl on windows.