pgsql: Remove some unstable parts from new TAP test for archive status

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Remove some unstable parts from new TAP test for archive status
Дата
Msg-id E1jRoBN-00038E-JC@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove some unstable parts from new TAP test for archive status check

The test is proving to have timing issues when looking at archive status
files on standbys after crash recovery, while other parts of the test
rely on pg_stat_archiver as a wait point to make sure that a given state
of the archiving is reached.  The coverage is not heavily impacted by
the removal those extra tests.

Per reports from several buildfarm animals, like crake, piculet,
culicidae and francolin.

Discussion: https://postgr.es/m/20200424005929.GK33034@paquier.xyz
Backpatch-through: 9.5

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a4726998d3aa661fba4a3727b2cf1966233478f1

Modified Files
--------------
src/test/recovery/t/020_archive_status.pl | 18 +-----------------
1 file changed, 1 insertion(+), 17 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Fix handling of WAL segments ready to be archived duringcrash r
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Skip WAL for new relfilenodes, under wal_level=minimal.