pgsql: Fix certificate paths to use perl2host - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Fix certificate paths to use perl2host
Date
Msg-id E1msQB6-00060a-Na@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix certificate paths to use perl2host

Commit c113d8ad50 moved the copying of certificates into a temporary path
for the duration of the tests, instead of using the source tree. This broke
the tests on msys as the absolute path wasn't adapted for the msys platform.
Ensure to convert the path with perl2host before copying and passing in the
connection string.

While there also make certificate copying error handling uniform across all
the test suites.

Discussion: https://postgr.es/m/YacT3tm97xziSUFw@paquier.xyz

Branch
------
master

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

Modified Files
--------------
src/test/ssl/t/001_ssltests.pl | 21 ++++++++++++---------
src/test/ssl/t/002_scram.pl    | 10 +++++++---
src/test/ssl/t/003_sslinfo.pl  | 12 +++++++-----
3 files changed, 26 insertions(+), 17 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Document that tar archives are now properly terminated.
Next
From: Robert Haas
Date:
Subject: Re: pgsql: Update high level vacuumlazy.c comments.