pgsql: pg_basebackup: Adjust tests for long file name issues

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_basebackup: Adjust tests for long file name issues
Date: 2014-11-08 01:51:19
Message-ID: E1XmvBP-0007v7-8T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_basebackup: Adjust tests for long file name issues

Work around accidental test failures because the working directory path
is too long by creating a temporary directory in the (hopefully shorter)
system location, symlinking that to the working directory, and creating
the tablespaces using the shorter path.

Branch
------
REL9_4_STABLE

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

Modified Files
--------------
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2014-11-08 03:32:02 pgsql: Fix some coding issues in BRIN
Previous Message Peter Eisentraut 2014-11-08 01:21:07 pgsql: doc: Update pg_receivexlog note