pgsql: pg_resetwal: Add more tests and test coverage

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_resetwal: Add more tests and test coverage
Date: 2023-11-06 08:17:21
Message-ID: E1qzunR-0049hf-Cq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_resetwal: Add more tests and test coverage

pg_resetwal had poor test coverage. There are some TAP tests, but
they all run with -n, so they don't actually test the full
functionality. (There is a non-dry-run call of pg_resetwal in the
recovery test suite, but that is incidental.)

This adds a bunch of more tests to test all the different options and
scenarios.

Reviewed-by: Aleksander Alekseev <aleksander(at)timescale(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/0f3ab4a1-ae80-56e8-3426-6b4a02507687(at)eisentraut(dot)org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7b5275eec3a50d55f5750357b8a223cf5f0bb59f

Modified Files
--------------
src/bin/pg_resetwal/t/001_basic.pl | 204 +++++++++++++++++++++++++++++++++
src/bin/pg_resetwal/t/002_corrupted.pl | 8 ++
2 files changed, 212 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-11-06 08:57:32 pgsql: Add XMLText function (SQL/XML X038)
Previous Message Alexander Korotkov 2023-11-06 08:04:12 pgsql: Fix allocation of UniqueRelInfo