CF Bot failure in wait_for_subscription_sync()

From: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: CF Bot failure in wait_for_subscription_sync()
Date: 2022-10-18 06:16:27
Message-ID: CALj2ACXYWgVfGK-tR++yTEWRhWe71xgBBjHNdViwYyHPBGqUqQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I have seen 2 patches registered in CF failing on Linux - Debian
Bullseye in wait_for_subscription_sync(). It seems like the tables
aren't being synced. I have not done any further analysis. I'm not
sure if this issue is being discussed elsewhere.

# Postmaster PID for node "twoways" is 50208
Waiting for all subscriptions in "twoways" to synchronize data
[14:12:43.092](198.391s) # poll_query_until timed out executing this query:
# SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN
('r', 's');
# expecting this output:
# t
# last actual query output:
# f
# with stderr:
timed out waiting for subscriber to synchronize data at t/100_bugs.pl line 147.

https://api.cirrus-ci.com/v1/artifact/task/6618623857917952/log/src/test/subscription/tmp_check/log/regress_log_100_bugs
https://cirrus-ci.com/task/6618623857917952
https://cirrus-ci.com/task/5764058174455808

--
Bharath Rupireddy
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2022-10-18 06:17:32 Re: Fix some newly modified tab-complete changes
Previous Message Michael Paquier 2022-10-18 05:51:56 Re: Patch proposal: make use of regular expressions for the username in pg_hba.conf