We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d4c35 commit ef8fcbfCopy full SHA for ef8fcbf
src/test/subscription/t/008_diff_schema.pl
@@ -104,6 +104,9 @@
104
$node_subscriber->safe_psql('postgres',
105
"ALTER SUBSCRIPTION tap_sub REFRESH PUBLICATION");
106
107
+$node_subscriber->poll_query_until('postgres', $synced_query)
108
+ or die "Timed out while waiting for subscriber to synchronize data";
109
+
110
# Add replica identity column. (The serial is not necessary, but it's
111
# a convenient way to get a default on the new column so that rows
112
# from the publisher that don't have the column yet can be inserted.)
0 commit comments