pgsql: Refactor log check logic for connect_ok/fails in PostgreSQL::Tes - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Refactor log check logic for connect_ok/fails in PostgreSQL::Tes
Date
Msg-id E1q7Q8i-000qHp-9c@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Refactor log check logic for connect_ok/fails in PostgreSQL::Test::Cluster

This commit refactors a bit the code in charge of checking for log
patterns when connections fail or succeed, by moving the log pattern
checks into their own routine, for clarity.  This has come up as
something to improve while discussing the refactoring of find_in_log().

Backpatch down to 14 where these routines are used, to ease the
introduction of new tests that could rely on them.

Author: Vignesh C, Michael Paquier
Discussion: https://postgr.es/m/CALDaNm0YSiLpjCmajwLfidQrFOrLNKPQir7s__PeVvh9U3uoTQ@mail.gmail.com
Backpatch-through: 14

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/26eaf82e7138890022d5d06b77eb745524542fb7

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Cluster.pm | 121 +++++++++++++++++--------------
1 file changed, 65 insertions(+), 56 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix oversight in outer join removal.
Next
From: Masahiko Sawada
Date:
Subject: pgsql: Honor run_as_owner option in tablesync worker.