pgsql: Improve test coverage of pg_rewind

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve test coverage of pg_rewind
Date: 2019-10-08 02:50:44
Message-ID: E1iHfaG-0000og-45@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve test coverage of pg_rewind

This includes new TAP tests for a couple of areas not covered yet and
some improvements:
- More coverage for --no-ensure-shutdown, the enforced recovery step and
--dry-run.
- Failures with option combinations and basic option checks.
- Removal of a duplicated comment.

Author: Alexey Kondratov, Michael Paquier
Discussion: https://postgr.es/m/20191007010651.GD14532@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/55ba56415bae6ac1f43c12d54537bd60eaa2153b

Modified Files
--------------
src/bin/pg_rewind/t/001_basic.pl | 67 +++++++++++++++++++++++++++++++-
src/bin/pg_rewind/t/005_same_timeline.pl | 3 --
src/bin/pg_rewind/t/006_options.pl | 40 +++++++++++++++++++
3 files changed, 106 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2019-10-08 04:59:46 Re: expressive test macros (was: Report test_atomic_ops() failures consistently, via macros)
Previous Message Bruce Momjian 2019-10-07 22:06:16 pgsql: docs: Improve A?synchronous Multimaster Replication descr.