tag test with sleep() as slow

This commit is contained in:
Pieter Noordhuis
2010-06-03 00:26:39 +02:00
parent 15f763eef6
commit bd29be7db5

View File

@@ -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