pgsql: Fix cfbot failure caused by commit 228c370868.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix cfbot failure caused by commit 228c370868.
Date: 2025-07-24 04:04:42
Message-ID: E1uenCE-000Sap-1c@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix cfbot failure caused by commit 228c370868.

Ensure the test waits for the apply worker to exit after disabling the
subscription. This is necessary to safely enable the retain_dead_tuples
option. Also added a similar wait in another part of the test to prevent
unintended apply worker activity that could lead to test failures
post-subscription disable.

Reported by Michael Paquier as per cfbot.

Author: Zhijie Hou <houzj(dot)fnst(at)fujitsu(dot)com>
Discussion: https://postgr.es/m/aIGLgfRJIBwExoPj@paquier.xyz

Branch
------
master

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

Modified Files
--------------
src/test/subscription/t/035_conflicts.pl | 10 ++++++++++
1 file changed, 10 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-07-24 06:42:43 pgsql: Introduce field tracking cached plan type in PlannedStmt
Previous Message Amit Kapila 2025-07-24 03:44:31 Re: pgsql: Preserve conflict-relevant data during logical replication.