]> granicus.if.org Git - postgresql/commit
Improve test coverage of pg_rewind
authorMichael Paquier <michael@paquier.xyz>
Tue, 8 Oct 2019 02:46:30 +0000 (11:46 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 8 Oct 2019 02:46:30 +0000 (11:46 +0900)
commit55ba56415bae6ac1f43c12d54537bd60eaa2153b
tree159c67325a21e1e3d0c5ff367f538bf2653af071
parent47eec34e4674e327ba7c2c57dda19241c889859e
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
src/bin/pg_rewind/t/001_basic.pl
src/bin/pg_rewind/t/005_same_timeline.pl
src/bin/pg_rewind/t/006_options.pl [new file with mode: 0644]