pgsql: Try again to add test coverage for pg_combinebackup w/tablespace

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Try again to add test coverage for pg_combinebackup w/tablespace
Date: 2024-04-23 20:34:07
Message-ID: E1rzMq6-003YmX-LR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Try again to add test coverage for pg_combinebackup w/tablespaces.

My previous attempt to add this had to be reverted in commit
82023d47de9e262730b1f9b4ea77fae201a89d0a. I've revised the problematic
code a bit; hopefully it is OK now.

Discussion: http://postgr.es/m/CA+Tgmobiv1QJR5PEJoDKeZDrJHZFRmi4XmWOqufN49DJj-3e2g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/89ad3e1316bf0374f9e57456bf2888d14bf070f6

Modified Files
--------------
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 21 +----
src/bin/pg_combinebackup/t/002_compare_backups.pl | 37 ++++++++-
src/test/perl/PostgreSQL/Test/Cluster.pm | 96 +++++++++++++++++++++--
3 files changed, 126 insertions(+), 28 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-04-24 06:31:54 pgsql: Remove obsolete symbol from ecpg_config.h.in
Previous Message Andrew Dunstan 2024-04-23 19:33:34 pgsql: Post review fixes for test_json_parser test module