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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix ssl tests for when tls-server-end-point is not supported
Дата
Msg-id E1eYxlP-0005Ib-HW@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix race condition during replication origin drop.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: While waiting for a condition variable,detect postmaster death.