Improve TAP tests of pg_basebackup
commit858b4db378f2ba1dacd078b3b052027c3518fd13
authorMichael Paquier <michael@paquier.xyz>
Thu, 23 Jan 2025 06:15:36 +0000 (23 15:15 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 23 Jan 2025 06:15:36 +0000 (23 15:15 +0900)
tree2cd51ab61ba1f2da39ffe9c3359052475bcb3abf
parent172e6b3adb2e2749883ad0746172e4cf97139961
Improve TAP tests of pg_basebackup

This addresses some minor issues with the TAP tests of pg_basebackup:
- Remove three duplicated tests used for incorrect option combinations.
- Add more pattern checks for commands doomed to fail, to make sure that
the error generated is the expected one.  These are for tests related to
the tablespace mapping and incorrect option combinations.
- Fix the description of one test for the case of backup target versus
format.

Issues noticed while reviewing this area of the tests.

Discussion: https://postgr.es/m/87bjvy50cs.fsf@wibble.ilmari.org
src/bin/pg_basebackup/t/010_pg_basebackup.pl