pgsql: pg_resetwal: Add more tests and test coverage - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pg_resetwal: Add more tests and test coverage
Date
Msg-id E1qzunR-0049hf-Cq@gemulon.postgresql.org
Whole thread Raw
List 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@timescale.com>
Discussion: https://www.postgresql.org/message-id/flat/0f3ab4a1-ae80-56e8-3426-6b4a02507687@eisentraut.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(+)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Fix allocation of UniqueRelInfo
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Add XMLText function (SQL/XML X038)