Re: TAP tests and symlinks on Windows
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>,
Michael Paquier <michael@paquier.xyz>
Cc: Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>, Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-07-14T07:14:17Z
Lists: pgsql-hackers
Attachments
- 0001-fixup-win-tap-symlink-2.patch.patch (text/plain)
On 2020-07-10 13:58, Andrew Dunstan wrote: > 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. Thanks. This patch works for me in my environment. The code changes look very clean, so it seems like a good improvement. Attached is a small fixup patch for some typos and a stray debug message. A perltidy run might be worthwhile, as Michael already mentioned. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Enable almost all TAP tests involving symlinks on Windows
- d66b23b032d7 14.0 landed