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

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy