Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
b7395069
Commit
b7395069
authored
Apr 02, 2012
by
antirez
Browse files
MIGRATE test modified because the implementation changed.
parent
37cc07dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/dump.tcl
View file @
b7395069
...
@@ -60,7 +60,7 @@ start_server {tags {"dump"}} {
...
@@ -60,7 +60,7 @@ start_server {tags {"dump"}} {
$rd debug sleep 5.0
;
# Make second server unable to reply.
$rd debug sleep 5.0
;
# Make second server unable to reply.
set e
{}
set e
{}
catch
{
r -1 migrate $second_host $second_port key 9 1000
}
e
catch
{
r -1 migrate $second_host $second_port key 9 1000
}
e
assert_match
{
ERR*
}
$e
assert_match
{
IO
ERR*
}
$e
}
}
}
}
}
}
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