mirror of
https://github.com/fluencelabs/redis
synced 2025-05-29 02:01:19 +00:00
Test: fixed scripting.tcl test false positive.
This commit is contained in:
parent
cdd2bd5632
commit
eeab60d1d5
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user