mirror of
https://github.com/fluencelabs/redis
synced 2025-04-05 09:11:03 +00:00
Test: ZADD CH tests
This commit is contained in:
parent
d8a8dca7fd
commit
39b49bcaaf
@ -114,6 +114,13 @@ start_server {tags {"zset"}} {
|
|||||||
set err
|
set err
|
||||||
} {ERR*}
|
} {ERR*}
|
||||||
|
|
||||||
|
test "ZADD CH option changes return value to all changed elements" {
|
||||||
|
r del ztmp
|
||||||
|
r zadd ztmp 10 x 20 y 30 z
|
||||||
|
assert {[r zadd ztmp 11 x 21 y 30 z] == 0}
|
||||||
|
assert {[r zadd ztmp ch 12 x 22 y 30 z] == 2}
|
||||||
|
}
|
||||||
|
|
||||||
test "ZINCRBY calls leading to NaN result in error" {
|
test "ZINCRBY calls leading to NaN result in error" {
|
||||||
r zincrby myzset +inf abc
|
r zincrby myzset +inf abc
|
||||||
assert_error "*NaN*" {r zincrby myzset -inf abc}
|
assert_error "*NaN*" {r zincrby myzset -inf abc}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user