antirez
|
9caa1ae96a
Fuzzy test for ZREMRANGEBYLEX added.
|
10 years ago |
antirez
|
c0ccd4da7d
Sorted set lex ranges stress tester.
|
10 years ago |
antirez
|
5c48432340
Basic ZRANGEBYLEX / ZLEXCOUNT tests.
|
10 years ago |
antirez
|
348ee1a40a
Fixed issue #516 (ZINTERSTORE mixing sets and zsets).
|
12 years ago |
antirez
|
9678c37577
Added regression test for ZUNIONSTORE creating NaN (github issue #264)
|
13 years ago |
antirez
|
d93f9a8644
string to number API is now more strict not accepting spaces before or after the number. A few tests converted to match the new error messages using the word float instead of double.
|
13 years ago |
antirez
|
30cf7be60c
the test runs less iterations of slow tests if no --accurate is given.
|
13 years ago |
antirez
|
b002546bb4
ZREM tests
|
13 years ago |
antirez
|
faa2a80f89
disabled development test entry, tests moved in the right place
|
13 years ago |
antirez
|
521ddcce14
Fix for ZUNIONSTORE bug when there is an empty set among input sets. Regression test added.
|
13 years ago |
antirez
|
af9aed25e4
ZINTERSTORE regressiont test with two sets, intset+hashtable
|
13 years ago |
Pieter Noordhuis
|
100ed062c0
Test for ENCODING_SKIPLIST instead of ENCODING_RAW
|
13 years ago |
Pieter Noordhuis
|
04a10b1a6d
Test that sorted sets are removed when empty
|
13 years ago |
Pieter Noordhuis
|
9ec4ea20a7
Test both sorted set encodings for every test
|
13 years ago |
Pieter Noordhuis
|
e53ca04b50
Test for empty inner range when looking for elements in range
|
13 years ago |
Pieter Noordhuis
|
8e1b327706
Test for ranges where min > max
|
14 years ago |
Pieter Noordhuis
|
22b9bf1594
Move logic concerned with zset ranges
|
14 years ago |
Pieter Noordhuis
|
7236fdb22f
Return error when min and/or max in the sorted set range spec is not a double
|
14 years ago |
Pieter Noordhuis
|
91504b6cbe
Make ZREMRANGEBYSCORE accept the same range spec as ZRANGEBYSCORE
|
14 years ago |
Pieter Noordhuis
|
25bb8a4452
Add ZREVRANGEBYSCORE and refactor Z*RANGEBYSCORE
|
14 years ago |
Pieter Noordhuis
|
673e1fb7e4
Change getDoubleFromObject to fail on NaN.
|
14 years ago |
Pieter Noordhuis
|
d9e28bcf00
Fix ZUNIONSTORE/ZINTERSTORE to never store a NaN score.
|
14 years ago |
Pieter Noordhuis
|
4774a53b24
fix behavior for out-of-range negative end index on ZREMRANGEBYRANK
|
14 years ago |
Pieter Noordhuis
|
184d74abc6
more tests for zrange and zrevrange; fix behavior for out-of-range negative end index
|
14 years ago |
Pieter Noordhuis
|
7f7499eeac
tags for existing tests
|
14 years ago |
Pieter Noordhuis
|
9e5d2e8bd6
changed how server.tcl accepts options to support more directives without requiring more arguments to the proc
|
14 years ago |
antirez
|
5fc9229c34
Fixed ZINCR Nan bugs leading to server crash and added tests
|
14 years ago |
Josiah Carlson
|
bc000c1db0
allow regular sets to be passed to zunionstore/zinterstore
|
14 years ago |
antirez
|
5d373da96a
ZUNION,ZINTER -> ZUNIONSTORE,ZINTERSTORE
|
14 years ago |
antirez
|
ab72b4833d
minor fixes to the new test suite, html doc updated
|
14 years ago |