fixed another timing issue when running the test over valgrind or with very slow PCs
This commit is contained in:
parent
4bab631223
commit
bf1379c8df
@ -7,7 +7,7 @@ start_server {tags {"expire"}} {
|
|||||||
set v4 [r ttl x]
|
set v4 [r ttl x]
|
||||||
r expire x 4
|
r expire x 4
|
||||||
list $v1 $v2 $v3 $v4
|
list $v1 $v2 $v3 $v4
|
||||||
} {1 5 1 10}
|
} {1 [45] 1 10}
|
||||||
|
|
||||||
test {EXPIRE - It should be still possible to read 'x'} {
|
test {EXPIRE - It should be still possible to read 'x'} {
|
||||||
r get x
|
r get x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user