summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* minor test suite bug fixedantirez2010-11-041-2/+2
* merge conflict resolvedantirez2010-10-289-107/+175
|\
| * Prevent clients from making too large multibulk requestsPieter Noordhuis2010-10-151-0/+7
| * Change tests to use either the inline or the multibulk protocolPieter Noordhuis2010-10-154-51/+58
| * Show output of leaks command on a leakPieter Noordhuis2010-10-151-1/+3
| * Change tcl client to only use the multibulk protocolPieter Noordhuis2010-10-151-37/+7
| * Add tests for OK on QUITPieter Noordhuis2010-10-152-0/+41
| * Return OK on QUITPieter Noordhuis2010-10-133-10/+36
| * Allow to specify which specific test files to runPieter Noordhuis2010-10-131-2/+17
* | Merge remote branch 'remotes/pietern/zrevrangebyscore'antirez2010-10-281-63/+115
|\ \
| * | Return error when min and/or max in the sorted set range spec is not a doublePieter Noordhuis2010-10-131-0/+12
| * | Make ZREMRANGEBYSCORE accept the same range spec as ZRANGEBYSCOREPieter Noordhuis2010-10-131-19/+50
| * | Merge branch 'master' into zrevrangebyscorePieter Noordhuis2010-10-132-0/+107
| |\ \ | | |/
| * | Add ZREVRANGEBYSCORE and refactor Z*RANGEBYSCOREPieter Noordhuis2010-09-161-43/+52
* | | Return error to client on wrong type for HMGETPieter Noordhuis2010-10-261-0/+5
| |/ |/|
* | intset stress testing added, ziplist stress testing relocated in a more appro...antirez2010-09-242-51/+96
* | explicit regression test for a ziplist bug addedantirez2010-09-241-0/+9
* | 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-313-6/+27
* | 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
* | redis-cli tests commented out since there is a problem with the CI server and...antirez2010-08-261-1/+1
* | SORT stress testing against bigger aggregate valuesantirez2010-08-261-2/+4
* | forgot the traceleaks var in tests set to 1, reverted to the default, 0antirez2010-08-261-1/+1
|/
* fixed a memory leak in the new Set codeantirez2010-08-261-1/+1
* Merge remote branch 'pietern/intset-split'antirez2010-08-263-282/+430
|\
| * 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
| * Don't abort test suite when the server block has a return valuePieter Noordhuis2010-08-211-16/+22
| * Check if stroll return value was clampedPieter Noordhuis2010-08-201-0/+6
| * Merge branch 'master' into intset-splitPieter Noordhuis2010-08-2010-159/+413
| |\
| * \ 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
* | | | Use fstat to detect if stdin was redirectedPieter Noordhuis2010-08-251-2/+54
* | | | Make helper functions simplerPieter Noordhuis2010-08-251-17/+12
* | | | Comments in redis-cli testsPieter Noordhuis2010-08-251-0/+3
* | | | Add a newline to tty output after every replyPieter Noordhuis2010-08-251-0/+2
* | | | Merge master and move argument splitting patch to sds.cPieter Noordhuis2010-08-255-16/+52
|\ \ \ \
| * | | | added tests for invalid bulk argumentantirez2010-08-241-0/+7
| | |_|/ | |/| |
| * | | PERSIST: a fix and some basic testantirez2010-08-031-0/+11
| * | | replication test with expiresantirez2010-08-032-1/+26