pgsql: Fix timing issue in new subscription truncate test

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix timing issue in new subscription truncate test
Date: 2018-04-07 16:59:34
Message-ID: E1f4rBe-0000n5-AE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix timing issue in new subscription truncate test

We need to wait for the initial sync of all subscriptions. On
some (faster?) machines, this didn't make a difference, but
the (slower?) buildfarm machines are upset.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/529ab7bd1fb9c836fe5ccd96f79329d407522e20

Modified Files
--------------
src/test/subscription/t/010_truncate.pl | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-04-07 17:03:22 Re: pgsql: Fix timing issue in new subscription truncate test
Previous Message Andres Freund 2018-04-07 16:28:52 pgsql: Deactive flapping checksum isolation tests.