We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930b785 commit f998b17Copy full SHA for f998b17
src/test/subscription/t/002_types.pl
@@ -561,8 +561,7 @@
561
# which needs an active snapshot in order to operate.
562
$node_publisher->safe_psql('postgres', "INSERT INTO tst_dom_constr VALUES (11)");
563
564
-$node_subscriber->poll_query_until('postgres', $synced_query)
565
- or die "Timed out while waiting for subscriber to synchronize data";
+$node_publisher->wait_for_catchup($appname);
566
567
$result =
568
$node_subscriber->safe_psql('postgres', "SELECT sum(a) FROM tst_dom_constr");
0 commit comments