pgsql: Make tap tests store postmaster logs and handle vpaths correctly

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make tap tests store postmaster logs and handle vpaths correctly
Date: 2015-07-28 20:02:55
Message-ID: E1ZKB5T-0004rw-1w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make tap tests store postmaster logs and handle vpaths correctly

Given this it is possible that the buildfarm animals running these tests
will be able to capture adequate logging to allow diagnosis of failures.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/01f6bb4b2dcc571ad0cc6a404595de4b03157534

Modified Files
--------------
src/Makefile.global.in | 2 +-
src/bin/pg_rewind/RewindTest.pm | 6 +++---
src/test/perl/TestLib.pm | 15 ++++++++++-----
3 files changed, 14 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2015-07-28 20:04:38 pgsql: Make tap tests store postmaster logs and handle vpaths correctly
Previous Message Robert Haas 2015-07-28 18:55:16 pgsql: Centralize decision-making about where to get a backend's PGPROC