|
81 | 81 | sleep(5);# Wait until recovery of node will be completed
|
82 | 82 |
|
83 | 83 | $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"); |
85 | 85 | $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"); |
87 | 87 | $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"); |
89 | 89 |
|
90 | 90 | diag("inserting 8 on node 1");
|
91 | 91 | $cluster->psql(0,'postgres',"insert into t values(8, 80);");
|
|