pgsql: Add more TAP coverage for archive status with crash recovery of

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Add more TAP coverage for archive status with crash recovery of
Дата
Msg-id E1jTCiD-0000si-QU@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add more TAP coverage for archive status with crash recovery of standbys

This part of the test was included originally in 4e87c48, but got
reverted as of f9c1b8d because of timing issues in the test, where,
after more analysis, we found that the standbys may not have recovered
from the archives all the segments needed by the test.  This stabilizes
the test by making sure that standbys replay up to the position returned
by pg_switch_wal(), meaning that all segments are recovered before the
manual checkpoint that tests WAL segment recycling and its interactions
with archive status files.

Author: Jehan-Guillaume de Rorthais
Reviewed-by: Kyotaro Horiguchi, Michael Paquier
Discussion: https://postgr.es/m/20200424034248.GL33034@paquier.xyz

Branch
------
master

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

Modified Files
--------------
src/test/recovery/t/020_archive_status.pl | 38 +++++++++++++++++++++++++++++--
1 file changed, 36 insertions(+), 2 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix bogus tar-file padding logic for standby.signal.
Следующее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Fix definition of pg_statio_all_tables view