pgsql: In the pg_rewind test suite, receive WAL fully before promoting. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: In the pg_rewind test suite, receive WAL fully before promoting.
Date
Msg-id E1ZZ5S2-0006S8-Ki@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
In the pg_rewind test suite, receive WAL fully before promoting.

If a transaction never reaches the standby, later tests find unexpected
cluster state.  A "tail-copy: query result matches" test failure has
been the usual symptom.  Among the buildfarm members having run this
test suite, most have exhibited that symptom at least once.  Back-patch
to 9.5, where pg_rewind was introduced.

Michael Paquier, reported by Christoph Berg.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/582fbffb0ccc79de76a459df670b86d109d37ca5

Modified Files
--------------
src/bin/pg_rewind/RewindTest.pm |   14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: In the pg_rewind test suite, receive WAL fully before promoting.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: contrib/sslinfo: add ssl_extension_info SRF