Test: fix instances.tcl restart_instance abort error.
This commit is contained in:
parent
683f41adf2
commit
612bc784fc
@ -396,7 +396,7 @@ proc restart_instance {type id} {
|
||||
|
||||
# Check that the instance is running
|
||||
if {[server_is_up 127.0.0.1 $port 100] == 0} {
|
||||
abort_sentinel_test "Problems starting $type #$j: ping timeout"
|
||||
abort_sentinel_test "Problems starting $type #$id: ping timeout"
|
||||
}
|
||||
|
||||
# Connect with it with a fresh link
|
||||
|
Loading…
x
Reference in New Issue
Block a user