summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
...
* | ziplist implementation fuzzy testsantirez2010-09-241-0/+53
|/
* Fix another test that sometimes returned the swapped object instead of encodingPieter Noordhuis2010-09-131-2/+2
* Fix test that sometimes returned the swapped object instead of encodingPieter Noordhuis2010-09-071-2/+2
* resolved conflict merging pietern/bpop-timeoutantirez2010-08-311-0/+22
|\
| * Verify that the blocking pop timeout value is a non-negative integerPieter Noordhuis2010-08-261-0/+22
* | faster server starting in Redis testsantirez2010-08-312-2/+2
* | Fix set tests to make sets have a deterministic encodingPieter Noordhuis2010-08-311-16/+21
* | BLPOP inside MULTI/EXEC block no longer crashes, instead if the list is empty...antirez2010-08-301-0/+11
* | SORT stress testing against bigger aggregate valuesantirez2010-08-261-2/+4
|/
* Merge remote branch 'pietern/intset-split'antirez2010-08-262-266/+408
|\
| * Make SORT use the hybrid set accessors to allow sorting intsetsPieter Noordhuis2010-08-211-0/+1
| * SORT tests with hash table encoded set as inputPieter Noordhuis2010-08-211-0/+2
| * Make SORT tests use both ziplists and linked lists as inputPieter Noordhuis2010-08-211-6/+14
| * Move SORT tests aroundPieter Noordhuis2010-08-211-134/+123
| * Check if stroll return value was clampedPieter Noordhuis2010-08-201-0/+6
| * Merge branch 'master' into intset-splitPieter Noordhuis2010-08-206-133/+242
| |\
| * \ merged intset code into the split filesPieter Noordhuis2010-07-021-132/+268
| |\ \
| | * | make sure sets have the right encoding when loaded from rdbPieter Noordhuis2010-06-131-0/+15
| | * | use max number of intset entries in tests and make SUNION/SINTER/SDIFF tests ...Pieter Noordhuis2010-06-131-10/+30
| | * | small refactor of SMOVE and tests for SMOVE on sets with different encodingPieter Noordhuis2010-06-131-31/+66
| | * | intset encoding for sets, refactored set tests to test both encodingsPieter Noordhuis2010-06-121-100/+166
* | | | added tests for invalid bulk argumentantirez2010-08-241-0/+7
| |_|/ |/| |
* | | PERSIST: a fix and some basic testantirez2010-08-031-0/+11
* | | no longer passing tests due to the new write-on-volatile semantics modified/r...antirez2010-08-032-15/+8
* | | Merge remote branch 'pietern/list-test'2.2-alpha0antirez2010-07-311-87/+94
|\ \ \
| * | | Use a large value to consistently trigger a list encoding,Pieter Noordhuis2010-07-291-87/+94
* | | | Change getDoubleFromObject to fail on NaN.Pieter Noordhuis2010-07-291-15/+21
* | | | Fix ZUNIONSTORE/ZINTERSTORE to never store a NaN score.Pieter Noordhuis2010-07-291-0/+24
|/ / /
* | | removed test code having bad effects...antirez2010-07-271-1/+0
* | | Consistency test improvedantirez2010-07-271-17/+51
* | | STRLEN command implementedantirez2010-07-271-0/+14
* | | WATCH will now consider touched keys target of EXPIRE command after the WATCH...antirez2010-07-051-0/+21
|/ /
* | Merge remote branch 'pietern/zfixes'antirez2010-06-252-18/+104
|\ \
| * | fix unexpected behavior on an out of range end index for LRANGE and LTRIMPieter Noordhuis2010-06-241-0/+11
| * | fix behavior for out-of-range negative end index on ZREMRANGEBYRANKPieter Noordhuis2010-06-151-9/+33
| * | more tests for zrange and zrevrange; fix behavior for out-of-range negative e...Pieter Noordhuis2010-06-151-9/+60
* | | more pub/sub testsPieter Noordhuis2010-06-161-27/+177
* | | initial basic pub/sub testsPieter Noordhuis2010-06-161-0/+45
* | | tests for BLPOP/BRPOP via an option in the tcl client that defers reading the...Pieter Noordhuis2010-06-151-0/+93
|/ /
* | rename "list" to "linkedlist" to be more verbosePieter Noordhuis2010-06-141-24/+24
* | change ltrim tests to cover all min/max cases and add stronger stresserPieter Noordhuis2010-06-141-21/+50
* | make LINSERT return -1 when the value could not be insertedPieter Noordhuis2010-06-111-4/+4
* | check if the list encoding needs to be changed on LPUSHX, RPUSHX, LINSERTPieter Noordhuis2010-06-111-52/+83
* | make sure the value to insert is string encodedPieter Noordhuis2010-06-111-0/+4
* | squashed merge from robey/twitter3: LINSERT BEFORE|AFTER, LPUSHX, RPUSHXRobey Pointer2010-06-111-0/+48
|/
* generated tests for different encodings to avoid test code duplicationPieter Noordhuis2010-06-041-259/+150
* refactor list tests to test both encodings; implemented assert functionsPieter Noordhuis2010-06-041-257/+389
* tag test with sleep() as slowPieter Noordhuis2010-06-031-4/+6
* tag more slow testsPieter Noordhuis2010-06-032-17/+21
* scope res variable outside testPieter Noordhuis2010-06-031-1/+1