Re: Stream replication test fails of cfbot/windows server 2019

2022-01-13 Thread Pavel Borisov
> > For the record, cfbot only started running the recovery tests on > Windows a couple of weeks ago (when the new improved .cirrus.yml > landed in the tree). I don't know if it's significant that Pavel's > patch is failing every time: > > https://cirrus-ci.com/github/postgresql-cfbot/postgresql/c

Re: Stream replication test fails of cfbot/windows server 2019

2022-01-12 Thread Andres Freund
Hi, On 2022-01-13 12:40:00 +1300, Thomas Munro wrote: > On Thu, Jan 13, 2022 at 12:24 AM Julien Rouhaud wrote: > > On Wed, Jan 12, 2022 at 01:51:24PM +0300, Michail Nikolaev wrote: > > > https://cirrus-ci.com/task/6532060239101952 > > > https://cirrus-ci.com/task/471606276096 > > For the reco

Re: Stream replication test fails of cfbot/windows server 2019

2022-01-12 Thread Thomas Munro
On Thu, Jan 13, 2022 at 12:24 AM Julien Rouhaud wrote: > On Wed, Jan 12, 2022 at 01:51:24PM +0300, Michail Nikolaev wrote: > > https://cirrus-ci.com/task/6532060239101952 > > https://cirrus-ci.com/task/471606276096 For the record, cfbot only started running the recovery tests on Windows a cou

Re: Stream replication test fails of cfbot/windows server 2019

2022-01-12 Thread Julien Rouhaud
On Wed, Jan 12, 2022 at 01:51:24PM +0300, Michail Nikolaev wrote: > Hello. > > Looks like logical replication also affected: > > [08:26:35.599] # poll_query_until timed out executing this query: > [08:26:35.599] # SELECT count(1) = 0 FROM pg_subscription_rel WHERE > srsubstate NOT IN ('r', 's');

Re: Stream replication test fails of cfbot/windows server 2019

2022-01-12 Thread Michail Nikolaev
Hello. Looks like logical replication also affected: [08:26:35.599] # poll_query_until timed out executing this query: [08:26:35.599] # SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's'); [08:26:35.599] # expecting this output: [08:26:35.599] # t [08:26:35.599] # last