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

Commit3ad5ffd

Browse files
knizhnikkelvich
authored andcommitted
Print cluster state
1 parentfc463e0 commit3ad5ffd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎t/001_basic_recovery.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@
8181
sleep(5);# Wait until recovery of node will be completed
8282

8383
$cluster->psql(0,'postgres',"select * from mtm.get_cluster_state();",stdout=> \$psql_out);
84-
diag("Node 1 status:$psql_out")
84+
diag("Node 1 status:$psql_out");
8585
$cluster->psql(1,'postgres',"select * from mtm.get_cluster_state();",stdout=> \$psql_out);
86-
diag("Node 2 status:$psql_out")
86+
diag("Node 2 status:$psql_out");
8787
$cluster->psql(2,'postgres',"select * from mtm.get_cluster_state();",stdout=> \$psql_out);
88-
diag("Node 3 status:$psql_out")
88+
diag("Node 3 status:$psql_out");
8989

9090
diag("inserting 8 on node 1");
9191
$cluster->psql(0,'postgres',"insert into t values(8, 80);");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp