mirror of
https://github.com/fluencelabs/redis
synced 2025-04-01 15:21:03 +00:00
Fix test that sometimes returned the swapped object instead of encoding
This commit is contained in:
parent
106bd87a3c
commit
efc5d4cc0d
@ -15,8 +15,8 @@ start_server {tags {"hash"}} {
|
|||||||
} {8}
|
} {8}
|
||||||
|
|
||||||
test {Is the small hash encoded with a zipmap?} {
|
test {Is the small hash encoded with a zipmap?} {
|
||||||
r debug object smallhash
|
assert_encoding zipmap smallhash
|
||||||
} {*zipmap*}
|
}
|
||||||
|
|
||||||
test {HSET/HLEN - Big hash creation} {
|
test {HSET/HLEN - Big hash creation} {
|
||||||
array set bighash {}
|
array set bighash {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user