pgsql: Fix random failure in 004_subscription.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix random failure in 004_subscription.
Date: 2024-03-27 08:53:33
Message-ID: E1rpP2K-005uQT-PM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix random failure in 004_subscription.

After the upgrade, the failed test was ensuring that the changes made on
the publisher should be replicated to the subscriber. We missed waiting
for one of the subscriptions to catch up.

Per buildfarm

Author: Vignesh C
Reviewed-by: Kuroda Hayato
Discussion: https://postgr.es/m/CALDaNm0z=fLtio1h50K8WossUGXU+gy0H9y9=RYh1DDZiq2EDw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/677a45c4ae165f86b4a7b8562795f19f1ed480cf

Modified Files
--------------
src/bin/pg_upgrade/t/004_subscription.pl | 3 +++
1 file changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-03-27 09:47:56 pgsql: Fix some typos and grammar issues from commit 87985cc92522
Previous Message Bertrand Drouvot 2024-03-27 07:13:16 Re: pgsql: Track last_inactive_time in pg_replication_slots.