Commit 612bc784 authored by antirez's avatar antirez
Browse files

Test: fix instances.tcl restart_instance abort error.

parent 683f41ad
...@@ -396,7 +396,7 @@ proc restart_instance {type id} { ...@@ -396,7 +396,7 @@ proc restart_instance {type id} {
# Check that the instance is running # Check that the instance is running
if {[server_is_up 127.0.0.1 $port 100] == 0} { 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 # Connect with it with a fresh link
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment