mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Test: fix instances.tcl restart_instance abort error.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user