Re: buildfarm windows checks / tap tests on windows
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Michael Paquier <michael@paquier.xyz>, Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers@postgresql.org
Date: 2021-03-03T02:20:52Z
Lists: pgsql-hackers
On 3/2/21 8:27 PM, Michael Paquier wrote:
> On Tue, Mar 02, 2021 at 04:54:57PM -0800, Andres Freund wrote:
>> It still does, even after
>>
>> commit 1e6e40447115ca7b4749d7d117b81b016ee5e2c2 (upstream/master, master)
>> Author: Andres Freund <andres@anarazel.de>
>> Date: 2021-03-01 09:52:15 -0800
>>
>> Fix recovery test hang in 021_row_visibility.pl on windows.
>>
>> ? I didn't see failures after that?
> Yes. Testing this morning on top of 5b2f2af, it fails for me with a
> "Terminating on signal SIGBREAK".
>
> Having a support for PROVE_TESTS would be nice in src/tools/msvc/,
> wrapping any ENV{PROVE_TESTS} value within an extra glob() before
> passing that down to the prove command.
Yes, I saw similar this morning, which woud have been after that commit.
cheers
andrew
--
Andrew Dunstan
EDB: https://www.enterprisedb.com
Commits
-
Close psql processes gracefully in recovery tests
- d3676a2e9f10 14.0 landed
-
Fix recovery test hang in 021_row_visibility.pl on windows.
- 1e6e40447115 14.0 cited