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:04:38
Message-ID: E1ZKB78-0004t6-EE@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
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/da7db24cc22e3f0d96cfda134f3ed194279bb513

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:05:15 pgsql: Make tap tests store postmaster logs and handle vpaths correctly
Previous Message Andrew Dunstan 2015-07-28 20:02:55 pgsql: Make tap tests store postmaster logs and handle vpaths correctly