Re: buildfarm windows checks / tap tests on windows
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Andres Freund <andres@anarazel.de>
Cc: Andrew Dunstan <andrew@dunslane.net>, pgsql-hackers@postgresql.org
Date: 2021-03-03T01:27:57Z
Lists: pgsql-hackers
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.
--
Michael
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