pgsql: Make SSL tests more robust

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Make SSL tests more robust
Дата
Msg-id E1goSCL-0000uA-NL@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make SSL tests more robust

Someone running these test could have key or certificate files in
their ~/.postgresql/, which would interfere with the tests.  The way
to override that is to specify sslcert=invalid and/or
sslrootcert=invalid if no actual certificate is used for a particular
test.  Document that and fix up one test that had a risk of failing in
these circumstances.

Discussion: https://www.postgresql.org/message-id/flat/398754d8-6bb5-c5cf-e7b8-22e5f0983caf@2ndquadrant.com/

Branch
------
master

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

Modified Files
--------------
src/test/ssl/ServerSetup.pm | 10 ++++++++++
src/test/ssl/t/002_scram.pl |  2 +-
2 files changed, 11 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Improve wording about WAL files in tar mode of pg_basebackup
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Refactor planner's header files.