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-03T06:57:47Z
Lists: pgsql-hackers
Attachments
- 021_row_visibility_primary.log (text/plain)
- 021_row_visibility_standby.log (text/plain)
- regress_log_021_row_visibility (text/plain)
On Tue, Mar 02, 2021 at 09:47:18PM -0800, Andres Freund wrote: > I can't reproduce that here - could either (or both) of you send > > src/test/recovery/tmp_check/log/regress_log_021_row_visibility > src/test/recovery/tmp_check/log/021_row_visibility_standby.log > src/test/recovery/tmp_check/log/021_row_visibility_primary.log > > of a failed run? And maybe how you're invoking it? I have not checked this stuff in details, but here you go. I have simply invoked that with vcregress taptest src/test/recovery/, speeding up the process by removing temporarily all the other scripts. -- 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