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 2e00d59 commit 806f9dcCopy full SHA for 806f9dc
src/test/subscription/t/008_diff_schema.pl
@@ -102,6 +102,9 @@ sub wait_for_caught_up
102
$node_subscriber->safe_psql('postgres',
103
"ALTER SUBSCRIPTION tap_sub REFRESH PUBLICATION");
104
105
+$node_subscriber->poll_query_until('postgres', $synced_query)
106
+ or die "Timed out while waiting for subscriber to synchronize data";
107
+
108
# Add replica identity column. (The serial is not necessary, but it's
109
# a convenient way to get a default on the new column so that rows
110
# from the publisher that don't have the column yet can be inserted.)
0 commit comments