pgsql: Revert "Add basic TAP tests for the low-level backup method"

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Revert "Add basic TAP tests for the low-level backup method"
Дата
Msg-id E1rkcgT-003hpd-EY@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Revert "Add basic TAP tests for the low-level backup method"

This reverts commit 99b4a63bef94.  The test is proving to be unstable,
so revert it for now.

One of the failures seen involves the cluster started without the
backup_label, where the archives of the primary are overwritten, causing
recovery failures on Windows.  This is simple to fix, but there is
another issue that's creeping behind in the form of an "invalid data in
file" ERROR when parsing the backup_label for the second recovery case,
as an effect of the backup_label data written after retrieving its
contents from pg_backup_stop().
_
Per buildfarm member sidewinder.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6cb1b632b354518a595f1b23bfbac28a798f7f1c

Modified Files
--------------
src/test/recovery/t/042_low_level_backup.pl | 120 ----------------------------
1 file changed, 120 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add basic TAP tests for the low-level backup method
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Put genbki.pl output into src/include/catalog/ directly