pgsql: Check error messages in SSL tests

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Check error messages in SSL tests
Дата
Msg-id E1epbU2-0007rq-V4@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Check error messages in SSL tests

In tests that check whether a connection fails, also check the error
message.  That makes sure that the connection was rejected for the right
reason.

This discovered that two tests had their connection failing for the
wrong reason.  One test failed because pg_hba.conf was not set up to
allow that user, one test failed because the client key file did not
have the right permissions.  Fix those tests and add a new one that is
really supposed to check the file permission issue.

Reviewed-by: Michael Paquier <michael@paquier.xyz>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/081bfc19b3b7914b78eb44e00af9dd45325dda3e

Modified Files
--------------
src/test/ssl/ServerSetup.pm    | 42 ++++++++++++++++-------------------------
src/test/ssl/ssl/.gitignore    |  2 +-
src/test/ssl/t/001_ssltests.pl | 43 ++++++++++++++++++++++++++++++++++++++----
src/test/ssl/t/002_scram.pl    |  4 +++-
4 files changed, 59 insertions(+), 32 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix filtering of unsupported relations in logical replication
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add window RANGE support for float4, float8, numeric.