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 f998b17 commit aa6d011Copy full SHA for aa6d011
src/test/subscription/t/002_types.pl
@@ -561,7 +561,8 @@
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_publisher->wait_for_catchup($appname);
+$node_publisher->poll_query_until('postgres', $caughtup_query)
565
+ or die "Timed out while waiting for subscriber to catch up";
566
567
$result =
568
$node_subscriber->safe_psql('postgres', "SELECT sum(a) FROM tst_dom_constr");
0 commit comments