8000
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 f47f314 commit 076a3c2Copy full SHA for 076a3c2
src/test/subscription/t/002_types.pl
@@ -554,8 +554,7 @@
554
# which needs an active snapshot in order to operate.
555
$node_publisher->safe_psql('postgres', "INSERT INTO tst_dom_constr VALUES (11)");
556
557
-$node_subscriber->poll_query_until('postgres', $synced_query)
558
- or die "Timed out while waiting for subscriber to synchronize data";
+$node_publisher->wait_for_catchup($appname);
559
560
$result =
561
$node_subscriber->safe_psql('postgres', "SELECT sum(a) FROM tst_dom_constr");
0 commit comments