Fix issues with TAP tests of pg_verify_checksums
authorMichael Paquier <michael@paquier.xyz>
Tue, 20 Nov 2018 01:20:52 +0000 (10:20 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 20 Nov 2018 01:20:52 +0000 (10:20 +0900)
commit9685d7383ab48ebe6a6213530f64e4dc67776583
tree39df69933ebf7f70111ed30bc32e0e06aaeb46b2
parentcb09903fe63132a35e4b217bc394882b05c0c6f3
Fix issues with TAP tests of pg_verify_checksums

Two issues have been spotted and get fixed here:
- When checking for corrupted files, make sure that pg_verify_checksums
complains about the correct file.  In order to make the logic more
robust, all files created are immediately removed once checks on them
are done.  The error message generated by pg_verify_checksums also now
includes the file name it sees as corrupted.
- Before running corruption-related tests, empty files are generated
which used names mapping with the corrupted files, potentially leading
to conflicts.  So use different set of names for both.

Author: Michael Banck
Discussion: https://postgr.es/m/20181119181119.GC23740@nighthawk.caipicrew.dd-dns.de
src/bin/pg_verify_checksums/t/002_actions.pl