pgsql: Add TAP tests for include directives in HBA end ident files - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Add TAP tests for include directives in HBA end ident files
Date
Msg-id E1ozXXW-0017qW-UO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add TAP tests for include directives in HBA end ident files

This commit adds a basic set of authentication tests to check after the
new keywords added by a54b658 for the HBA and ident files, aka
"include", "include_if_exists" and "include_dir".

This includes checks for all the positive cases originally proposed,
where valid contents are generated for the HBA and ident files without
any errors happening in the server, checking as well the contents of
their respective system views.  The error handling will be evaluated
separately (-DEXEC_BACKEND makes that trickier), and what we have here
covers most of the ground I would like to see covered if one manipulates
the tokenization logic of hba.c in the future.

While on it, some coverage is added for files included with '@' for
database or user name lists.

Author: Julien Rouhaud
Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/20220223045959.35ipdsvbxcstrhya@jrouhaud

Branch
------
master

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

Modified Files
--------------
src/test/authentication/meson.build             |   1 +
src/test/authentication/t/004_file_inclusion.pl | 298 ++++++++++++++++++++++++
2 files changed, 299 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: update queries.sgml for optional subquery aliases.
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Clarify unit of logging for log_temp_files