pgsql: Force nodes for SSL tests to start in TCP mode

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Force nodes for SSL tests to start in TCP mode
Date: 2024-07-08 20:14:04
Message-ID: E1sQukO-000tU2-S2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Force nodes for SSL tests to start in TCP mode

Currently they are started in unix socket mode in ost cases, and then
converted to run in TCP mode. This can result in port collisions, and
there is no virtue in startng in unix socket mode, so start as we will
be going on.

Discussion: https://postgr.es/m/d6ee8761-39d1-0033-1afb-d5a57ee056f2@gmail.com

Backpatch to all live branches (12 and up).

Branch
------
REL_17_STABLE

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

Modified Files
--------------
src/test/ssl/t/SSL/Server.pm | 6 ++++++
1 file changed, 6 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2024-07-08 20:14:05 pgsql: Force nodes for SSL tests to start in TCP mode
Previous Message Tom Lane 2024-07-08 18:04:09 pgsql: Use xmlParseInNodeContext not xmlParseBalancedChunkMemory.