mirror of
https://github.com/fluencelabs/redis
synced 2025-06-01 11:31:20 +00:00
Test: fix instances.tcl restart_instance abort error.
This commit is contained in:
parent
b18c92b9e7
commit
a5aa3b6491
@ -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