pgsql: Check error messages in SSL tests - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Check error messages in SSL tests
Date
Msg-id E1epbU2-0007rq-V4@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix filtering of unsupported relations in logical replication
Next
From: Tom Lane
Date:
Subject: pgsql: Add window RANGE support for float4, float8, numeric.