pgsql: Avoid calling TestLib::perl2host on a symlinked directory - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Avoid calling TestLib::perl2host on a symlinked directory
Date
Msg-id E1m98js-0007S2-UL@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Avoid calling TestLib::perl2host on a symlinked directory

Certain versions of msys2/Windows have been observed to resolve symlinks
in perl2host rather than just follow them. This defeats using a
symlinked shorter path to a longer path, and makes certain tests fail.
We therefore call perl2host on the parent directory of the symlink and
thereafter just use that result.

Apply to release 14 where the problem has been observed.

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c42d3d04d7d03782ae179bf92ea0eb9f2fa8f409

Modified Files
--------------
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Refactor to make common functions in proto.c and worker.c.
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Re-enable TAP tests of pg_receivewal for ZLIB on Windows