mirror of
https://github.com/fluencelabs/redis
synced 2025-04-01 15:21:03 +00:00
tag test with sleep() as slow
This commit is contained in:
parent
f6fa411d6c
commit
afbf59145a
@ -48,10 +48,12 @@ start_server {tags {"expire"}} {
|
|||||||
r get y
|
r get y
|
||||||
} {foo}
|
} {foo}
|
||||||
|
|
||||||
test {SETEX - Wait for the key to expire} {
|
tags {"slow"} {
|
||||||
after 3000
|
test {SETEX - Wait for the key to expire} {
|
||||||
r get y
|
after 3000
|
||||||
} {}
|
r get y
|
||||||
|
} {}
|
||||||
|
}
|
||||||
|
|
||||||
test {SETEX - Wrong time parameter} {
|
test {SETEX - Wrong time parameter} {
|
||||||
catch {r setex z -10 foo} e
|
catch {r setex z -10 foo} e
|
||||||
|
Loading…
x
Reference in New Issue
Block a user