pgsql: Fix instable 006_login_trigger.pl test

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix instable 006_login_trigger.pl test
Date: 2023-10-29 22:28:32
Message-ID: E1qxEGm-0030e3-7E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix instable 006_login_trigger.pl test

Handling of login trigger FATAL error could cause a timing-dependant panic of
IPC::Run. This commit excludes checks which involves handling of such errors.

Reported-by: Tom Lane
Discussion: https://postgr.es/m/2268825.1698618066%40sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/06be01eb266bdb24efd931ad10ee6a1de26271b4

Modified Files
--------------
src/test/authentication/t/006_login_trigger.pl | 17 +++--------------
1 file changed, 3 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-10-29 23:23:53 pgsql: Refactor some code related to transaction-level statistics for r
Previous Message Tom Lane 2023-10-29 16:56:52 pgsql: Teach pg_dump about the new pg_subscription.subrunasowner option