pgsql: Fix issues with TAP tests of pg_verify_checksums

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix issues with TAP tests of pg_verify_checksums
Дата
Msg-id E1gOuk4-0001ch-K2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9685d7383ab48ebe6a6213530f64e4dc67776583

Modified Files
--------------
src/bin/pg_verify_checksums/t/002_actions.pl | 26 +++++++++++++++-----------
1 file changed, 15 insertions(+), 11 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix old TAP tests' method for selecting a valid PGPORT value.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Refine some guc.c help texts