pgsql: Add more TAP coverage for archive status with crash recovery of - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Add more TAP coverage for archive status with crash recovery of
Date
Msg-id E1jTCiD-0000si-QU@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix bogus tar-file padding logic for standby.signal.
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Fix definition of pg_statio_all_tables view