pgsql: Fix ssl tests for when tls-server-end-point is not supported - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix ssl tests for when tls-server-end-point is not supported
Date
Msg-id E1eYxlP-0005Ib-HW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix ssl tests for when tls-server-end-point is not supported

Add a function to TestLib that allows us to check pg_config.h and then
decide the expected test outcome based on that.

Author: Michael Paquier <michael.paquier@gmail.com>

Branch
------
master

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

Modified Files
--------------
src/test/perl/TestLib.pm    | 19 +++++++++++++++++++
src/test/ssl/t/002_scram.pl | 21 +++++++++++++++++----
2 files changed, 36 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix race condition during replication origin drop.
Next
From: Tom Lane
Date:
Subject: pgsql: While waiting for a condition variable,detect postmaster death.