Commit 55ebd6a2 authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

tag more slow tests

parent 1f19628b
......@@ -12,10 +12,12 @@ start_server {tags {"expire"}} {
r get x
} {foobar}
tags {"slow"} {
test {EXPIRE - After 6 seconds the key should no longer be here} {
after 6000
list [r get x] [r exists x]
} {{} 0}
}
test {EXPIRE - Delete on write policy} {
r del x
......
......@@ -12,6 +12,7 @@ start_server {} {
r save
} {OK}
tags {"slow"} {
foreach fuzztype {binary alpha compr} {
test "FUZZ stresser with data model $fuzztype" {
set err 0
......@@ -27,6 +28,7 @@ start_server {} {
set _ $err
} {0}
}
}
test {BGSAVE} {
waitForBgsave r
......
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