pgsql: Move routines to manipulate WAL into PostgreSQL::Test::Cluster - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Move routines to manipulate WAL into PostgreSQL::Test::Cluster
Date
Msg-id E1tYDir-001on8-P8@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Move routines to manipulate WAL into PostgreSQL::Test::Cluster

These facilities were originally in the recovery TAP test
039_end_of_wal.pl.  A follow-up bug fix with a TAP test doing similar
WAL manipulations requires them, and all these had better not be
duplicated due to their complexity.  The routine names are tweaked to
use "wal" more consistently, similarly to the existing "advance_wal".

In v14 and v13, the new routines are moved to PostgresNode.pm.
039_end_of_wal.pl is updated to use the refactored routines, without
changing its coverage.

Reviewed-by: Alexander Kukushkin
Discussion: https://postgr.es/m/CAFh8B=mozC+e1wGJq0H=0O65goZju+6ab5AU7DEWCSUA2OtwDg@mail.gmail.com
Backpatch-through: 13

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/149ed87e22ce70608cc584f2f54c2f12d3a96680

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Cluster.pm | 148 ++++++++++++++++++
src/test/recovery/t/039_end_of_wal.pl    | 257 ++++++++-----------------------
2 files changed, 214 insertions(+), 191 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Move routines to manipulate WAL into PostgreSQL::Test::Cluster
Next
From: Amit Kapila
Date:
Subject: pgsql: Doc: Improve the Replica Identity information.