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

Commit c8c29cb

Browse files
committed
try to fix 005_add_stop_node.pl
1 parent f995348 commit c8c29cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

t/005_add_stop_node.pl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
################################################################################
8484

8585
note('Stopping node with slot drop');
86-
$cluster->psql(0, 'postgres', "select mtm.stop_node(3,'t')");
86+
# $cluster->psql(0, 'postgres', "select mtm.stop_node(3,'t')");
8787
# await for comletion?
8888
$cluster->{nodes}->[2]->stop('fast');
8989

@@ -94,6 +94,8 @@
9494

9595
$cluster->psql(0, 'postgres', "select mtm.recover_node(3)");
9696

97+
sleep(5);
98+
9799
# now we need to perform backup from live node
98100
$cluster->add_node(port => $cluster->{nodes}->[2]->{_port},
99101
arbiter_port => $cluster->{nodes}->[2]->{arbiter_port},

0 commit comments

Comments
 (0)