pgsql: Refine SSL tests test name reporting - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Refine SSL tests test name reporting
Date
Msg-id E1ejnfq-0006oE-Du@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Refine SSL tests test name reporting

Instead of using the psql/libpq connection string as the displayed test
name and relying on "notes" and source code comments to explain the
tests, give the tests self-explanatory names, like we do elsewhere.

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>

Branch
------
master

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

Modified Files
--------------
src/test/ssl/ServerSetup.pm    |  15 +----
src/test/ssl/t/001_ssltests.pl | 142 +++++++++++++++++++++++++----------------
2 files changed, 89 insertions(+), 68 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: postgres_fdw: Remove CTID output from some tests.
Next
From: Robert Haas
Date:
Subject: pgsql: Fix possible infinite loop with Parallel Append.