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
93e7a130
Commit
93e7a130
authored
Apr 24, 2014
by
antirez
Browse files
Test: fixed scripting.tcl test false positive.
parent
e29d3307
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/scripting.tcl
View file @
93e7a130
...
@@ -326,6 +326,7 @@ start_server {tags {"scripting"}} {
...
@@ -326,6 +326,7 @@ start_server {tags {"scripting"}} {
catch
{
r ping
}
e
catch
{
r ping
}
e
assert_match
{
BUSY*
}
$e
assert_match
{
BUSY*
}
$e
r script kill
r script kill
after 200
;
# Give some time to Lua to call the hook again...
assert_equal
[
r ping
]
"PONG"
assert_equal
[
r ping
]
"PONG"
}
}
...
...
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