Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
612bc784
Commit
612bc784
authored
Jun 30, 2014
by
antirez
Browse files
Test: fix instances.tcl restart_instance abort error.
parent
683f41ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/instances.tcl
View file @
612bc784
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment