pgsql: Test for PG_TEST_EXTRA separately in SSL tests

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Test for PG_TEST_EXTRA separately in SSL tests
Date: 2024-09-03 17:02:16
Message-ID: E1slWv2-000QTQ-7M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)eisentraut(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2024-09-03 17:46:57 pgsql: Add block_range_read_stream_cb(), to deduplicate code.
Previous Message Alexander Korotkov 2024-09-03 13:45:00 Re: pgsql: Implement pg_wal_replay_wait() stored procedure