mirror of
https://github.com/fluencelabs/redis
synced 2025-05-03 14:32:14 +00:00
Regression test for issue #4391.
This commit is contained in:
parent
1847b987c6
commit
b25c245156
@ -696,6 +696,10 @@ start_server {tags {"zset"}} {
|
||||
}
|
||||
}
|
||||
|
||||
test "ZSET commands don't accept the empty strings as valid score" {
|
||||
assert_error "*not*float*" {r zadd myzset "" abc}
|
||||
}
|
||||
|
||||
proc stressers {encoding} {
|
||||
if {$encoding == "ziplist"} {
|
||||
# Little extra to allow proper fuzzing in the sorting stresser
|
||||
|
Loading…
x
Reference in New Issue
Block a user