pgsql: Skip TAP test for peer authentication if there are no unix-domai

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Skip TAP test for peer authentication if there are no unix-domai
Date: 2022-11-25 07:44:27
Message-ID: E1oyTNq-000jb4-ML@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Skip TAP test for peer authentication if there are no unix-domain sockets

Peer connections require support for local connections to work, but the
test missed the same check as the other ones in this suite. The
buildfarm does not run the authentication tests on Windows, and, more
surprisingly, the CI with meson was already able to skip it.

Author: Anton A. Melnikov
Discussion: https://postgr.es/m/28b9d685-9590-45b1-fe87-358d61c6950a@inbox.ru

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9e492d6b693a60d53a5d3d8fbd40ae253b7d22f5

Modified Files
--------------
src/test/authentication/t/003_peer.pl | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2022-11-25 08:54:39 pgsql: Fix handling of pending inserts in nodeModifyTable.c.
Previous Message Amit Langote 2022-11-25 06:52:08 Re: pgsql: Expand AclMode to 64 bits