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

Commit 3ad5ffd

Browse files
knizhnikkelvich
authored andcommitted
Print cluster state
1 parent fc463e0 commit 3ad5ffd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

t/001_basic_recovery.pl

+3-3
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)