pgsql: Fix instable 006_login_trigger.pl test - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Fix instable 006_login_trigger.pl test
Date
Msg-id E1qxEGm-0030e3-7E@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Teach pg_dump about the new pg_subscription.subrunasowner option
Next
From: Michael Paquier
Date:
Subject: pgsql: Refactor some code related to transaction-level statistics for r