pgsql: Test for PG_TEST_EXTRA separately in SSL tests - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Test for PG_TEST_EXTRA separately in SSL tests
Date
Msg-id E1slWv2-000QTQ-7M@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Test for PG_TEST_EXTRA separately in SSL tests

PG_TEST_EXTRA is an override and should be tested for separately
from any other test as there is no dependency on whether OpenSSL
is available or not.

Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Discussion: https://postgr.es/m/01F4684C-8C98-4BBE-AB83-AC8D7C746AF8@yesql.se

Branch
------
master

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

Modified Files
--------------
src/test/ssl/t/001_ssltests.pl | 2 +-
src/test/ssl/t/002_scram.pl    | 2 +-
src/test/ssl/t/003_sslinfo.pl  | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: pgsql: Implement pg_wal_replay_wait() stored procedure
Next
From: Noah Misch
Date:
Subject: pgsql: Optimize pg_visibility with read streams.