mirror of
https://github.com/fluencelabs/redis
synced 2025-04-03 16:21:03 +00:00
ZINTERSTORE regressiont test with two sets, intset+hashtable
This commit is contained in:
parent
6b52ad87c0
commit
af9aed25e4
@ -460,6 +460,13 @@ start_server {tags {"zset"}} {
|
|||||||
basics ziplist
|
basics ziplist
|
||||||
basics skiplist
|
basics skiplist
|
||||||
|
|
||||||
|
test {ZINTERSTORE regression with two sets, intset+hashtable} {
|
||||||
|
r del seta setb setc
|
||||||
|
r sadd set1 a
|
||||||
|
r sadd set2 10
|
||||||
|
r zinterstore set3 2 set1 set2
|
||||||
|
} {0}
|
||||||
|
|
||||||
proc stressers {encoding} {
|
proc stressers {encoding} {
|
||||||
if {$encoding == "ziplist"} {
|
if {$encoding == "ziplist"} {
|
||||||
# Little extra to allow proper fuzzing in the sorting stresser
|
# Little extra to allow proper fuzzing in the sorting stresser
|
||||||
|
Loading…
x
Reference in New Issue
Block a user