Re: TAP tests and symlinks on Windows - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: TAP tests and symlinks on Windows
Date
Msg-id ea68701d-0225-b457-e729-67e9fe4f41e6@2ndQuadrant.com
Whole thread Raw
In response to Re: TAP tests and symlinks on Windows  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Responses Re: TAP tests and symlinks on Windows  (Michael Paquier <michael@paquier.xyz>)
Re: TAP tests and symlinks on Windows  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
On 7/8/20 9:54 AM, Andrew Dunstan wrote:
>
>
>
> Then, with a little more sprinkling of perl2host the pg_basebackup tests
> can be made to work on msys2.
>
>
> I'm going to prepare patches along these lines.
>
>



After much frustration and gnashing of teeth here's a patch that allows
almost all the TAP tests involving symlinks to work as expected on all
Windows build environments, without requiring an additional Perl module.
I have tested this on a system that is very similar to that running
drongo and fairywren, with both msys2 and  MSVC builds.


I didn't change the name of perl2host - Sufficient unto the day is the
evil thereof. But I did modify it  a) to allow use of cygpath if
available and b) to allow it to succeed if the grandparent directory
exists when cygpath isn't available.


cheers


andrew



-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [PATCH v2] Allow COPY "text" to output a header and add header matching mode to COPY FROM
Next
From: Tomas Vondra
Date:
Subject: Re: WIP: BRIN multi-range indexes