004_timeline_switch TAP test may fail - Mailing list pgsql-hackers

From Sergey Tatarintsev
Subject 004_timeline_switch TAP test may fail
Date
Msg-id fea4190e-f8b5-4432-a52d-bcbee5f34366@postgrespro.ru
Whole thread
Responses Re: 004_timeline_switch TAP test may fail
Re: 004_timeline_switch TAP test may fail
List pgsql-hackers
Hi hackers!

I found that after commit 7185eddf0522b3146ed1ff6e063e8e129e77c706 we 
got little omission
in TAP test 004_timeline_switch:
...
my $node_standby_1 = PostgreSQL::Test::Cluster->new('standby_1');
...
$node_primary->stop;

There is no guarantee that standby_1 and standby_2 was successfully 
connected to primary and start
streaming before primary stopped.

  I think we must ensure that primary knows about standby_1 and standby_2

-- 
With best regards,
Sergey Tatarintsev,
PostgresPro

Attachment

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: POC: PLpgSQL FOREACH IN JSON ARRAY
Next
From: jian he
Date:
Subject: Re: Add SPLIT PARTITION/MERGE PARTITIONS commands