Обсуждение: pgsql: Check error messages in SSL tests

Поиск
Список
Период
Сортировка

pgsql: Check error messages in SSL tests

От
Peter Eisentraut
Дата:
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(-)