pgsql: Refine SSL tests test name reporting

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Refine SSL tests test name reporting
Date: 2018-02-08 14:59:42
Message-ID: E1ejnfq-0006oE-Du@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)paquier(at)gmail(dot)com>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2018-02-08 17:57:31 pgsql: Fix possible infinite loop with Parallel Append.
Previous Message Robert Haas 2018-02-08 01:39:32 pgsql: postgres_fdw: Remove CTID output from some tests.