Re: pgsql: Add wait_for_subscription_sync for TAP tests.

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Amit Kapila <akapila(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add wait_for_subscription_sync for TAP tests.
Date: 2022-08-03 10:45:44
Message-ID: 20220803104544.k2luy5hr2ugnhgr2@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 2022-Aug-03, Amit Kapila wrote:

> The new function wait_for_subscription_sync() can be used to replace the
> above code. This eliminates duplicated code and makes it easier to write
> future tests.

Hmm, if you don't backpatch this, it might become a hurdle if we later
backpatch tests that use it.

--
Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/
"I can see support will not be a problem. 10 out of 10." (Simon Wittber)
(http://archives.postgresql.org/pgsql-general/2004-12/msg00159.php)

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2022-08-03 11:25:37 Re: pgsql: Add wait_for_subscription_sync for TAP tests.
Previous Message Amit Kapila 2022-08-03 10:08:26 pgsql: Add wait_for_subscription_sync for TAP tests.