Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit076a3c2

Browse files
committed
Fix logical subscriber wait in test.
Buildfarm members sungazer and tern revealed this deficit. Back-patchto v10, like commit4f10e7e, whichintroduced the test.
1 parentf47f314 commit076a3c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/test/subscription/t/002_types.pl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,8 +554,7 @@
554554
# which needs an active snapshot in order to operate.
555555
$node_publisher->safe_psql('postgres',"INSERT INTO tst_dom_constr VALUES (11)");
556556

557-
$node_subscriber->poll_query_until('postgres',$synced_query)
558-
ordie"Timed out while waiting for subscriber to synchronize data";
557+
$node_publisher->wait_for_catchup($appname);
559558

560559
$result =
561560
$node_subscriber->safe_psql('postgres',"SELECT sum(a) FROM tst_dom_constr");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp