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