Re: Supporting TAP tests with MSVC and Windows
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Heikki Linnakangas <hlinnaka@iki.fi>
Cc: Noah Misch <noah@leadboat.com>,
PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2015-07-29T23:50:19Z
Lists: pgsql-hackers
On Thu, Jul 30, 2015 at 1:37 AM, Heikki Linnakangas <hlinnaka@iki.fi> wrote: > On 07/29/2015 10:13 AM, Michael Paquier wrote: >> >> On Sat, Jul 25, 2015 at 10:54 PM, Michael Paquier >> <michael.paquier@gmail.com> wrote: >>> >>> An updated patch is attached. >> >> >> Attached is v9, that fixes conflicts with 01f6bb4 and recent commits >> that added TAP tests in pg_basebackup series. > > > Thanks, committed with some more tweaking. Peter just added a slurp_file() > function to TestLib.pm, so I used that to replace the call to 'cat' instead > of my previous snippet. I also fixed the issue in the pg_basebackup test, > that LSN is not necessarily 8 characters long, slightly differently. Calling > pg_xlogfile_name seemed a bit indirect. Thanks! -- Michael
Commits
-
Account for IPC::Run::result() Windows behavior change.
- 50bee42021b5 9.4 (unreleased) landed
- 877cfeb4fb11 9.5 (unreleased) landed
- 7298b904b885 9.6 (unreleased) landed
- ec6ba191ce5a 10 (unreleased) landed
- 791dd7579149 11.19 landed
- 36dd0074af9f 12.14 landed
- d419d391fc21 13.10 landed
- aaf28c906544 14.7 landed
- 41afaa1ed4d4 15.2 landed
- aca93b5f189a 16.0 landed
-
Make TAP tests work on Windows.
- 13d856e177e6 9.6.0 cited