Commit 1a14eba2 authored by antirez's avatar antirez
Browse files

Test: fixed scripting.tcl test false positive.

parent f4823497
...@@ -352,6 +352,7 @@ start_server {tags {"scripting"}} { ...@@ -352,6 +352,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"
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment