Skip to content

Commit 572baf2

Browse files
author
Amit Kapila
committed
Remove duplicated wait for subscription sync from 007_ddl.pl.
An oversight in 8f2e2bb. Author: Masahiko Sawada Reviewed by: Amit Kapila Backpatch-through: 15, where it was introduced Discussion: https://postgr.es/m/CAD21AoC-fvAkaKHa4t1urupwL8xbAcWRePeETvshvy80f6WV1A@mail.gmail.com
1 parent adc3ae6 commit 572baf2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: src/test/subscription/t/007_ddl.pl

-4
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@
5757
$node_subscriber->poll_query_until('postgres', $synced_query)
5858
or die "Timed out while waiting for subscriber to synchronize data";
5959

60-
# Also wait for initial table sync to finish.
61-
$node_subscriber->poll_query_until('postgres', $synced_query)
62-
or die "Timed out while waiting for subscriber to synchronize data";
63-
6460
# Specifying non-existent publication along with add publication.
6561
($ret, $stdout, $stderr) = $node_subscriber->psql('postgres',
6662
"ALTER SUBSCRIPTION mysub1 ADD PUBLICATION non_existent_pub1, non_existent_pub2"

0 commit comments

Comments
 (0)