Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1ab1545

Browse files
committed
Print cluster state
1 parent 0d3aab4 commit 1ab1545

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/mmts/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)