summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add test for incorrect expiration when loading AOF.Hampus Wessman2011-07-151-0/+18
* force VM usage when doing the VM test in 2.2, adding the really-use-vm config...antirez2011-07-151-1/+1
* Slowlog backported to 2.2antirez2011-07-012-0/+42
* SETNX regression tests.Pieter Noordhuis2011-06-141-11/+38
* test for the BRPOPLPUSH issue 561 related issuesantirez2011-05-302-0/+26
* Comment typo fixedantirez2011-05-241-1/+1
* Print version info before running the testantirez2011-05-202-0/+7
* replication with expire test modified to produce no or less false failuresantirez2011-05-121-0/+2
* regression for zinterstore bugantirez2011-05-121-0/+7
* Use correct argc/argv for cleanup when loading AOFPieter Noordhuis2011-04-221-0/+18
* Reformat AOF testsPieter Noordhuis2011-04-221-25/+29
* Revert "tests for variadic list push"antirez2011-04-151-16/+0
* tests for variadic list pushantirez2011-04-151-0/+16
* Restore argc/argv in EXEC after command is executedPieter Noordhuis2011-02-231-0/+7
* fixed color support for test suite. Now colors are shown as long as there is ...antirez2011-02-221-2/+7
* Reverse commits changing sorted set code for 2.22.2.0-rc3Pieter Noordhuis2011-01-171-16/+0
* Merge branch 'zset-range' into 2.2Pieter Noordhuis2011-01-131-0/+16
|\
| * Move logic concerned with zset rangesPieter Noordhuis2010-12-071-0/+16
* | Merge remote branch 'pietern/string-patches'antirez2010-12-151-52/+40
|\ \
| * | Update tests for STRLENPieter Noordhuis2010-12-151-8/+8
| * | Disable negative offsets for SETRANGEPieter Noordhuis2010-12-151-32/+2
| * | Add fuzzy test for SETBITPieter Noordhuis2010-12-151-0/+18
| * | Make SETBIT return original bit valuePieter Noordhuis2010-12-151-12/+12
* | | fixed test rendering when test failed in non verbose modeantirez2010-12-151-1/+1
* | | print test names inline in the non verbose output modeantirez2010-12-151-0/+16
* | | colorized make test output when the verbose output is disabled (default)antirez2010-12-151-3/+43
|/ /
* | Merge branch 'master' of github.com:antirez/redisantirez2010-12-141-0/+133
|\ \
| * \ Merge remote branch 'pietern/brpoplpush'antirez2010-12-141-0/+133
| |\ \
| | * | Fix case and indentPieter Noordhuis2010-12-061-3/+3
| | * | Check other blocked clients when value could not be pushedPieter Noordhuis2010-12-061-0/+14
| | * | Fix BRPOPLPUSH behavior for all use cases.Michel Martens & Damian Janowski2010-11-291-0/+43
| | * | Handle BRPOPLPUSH inside a transaction.Damian Janowski & Michel Martens2010-11-291-1/+14
| | * | Refactor code for BRPOPLPUSH.Damian Janowski & Michel Martens2010-11-291-0/+14
| | * | BRPOPLPUSH.Damian Janowski & Michel Martens2010-11-291-0/+49
| | |/
* | | Merge remote branch 'pietern/strrange'antirez2010-12-142-36/+224
|\ \ \ | |/ / |/| |
| * | Add test cases for GETRANGE against integer-encoded stringsPieter Noordhuis2010-12-141-29/+29
| * | Refactor and rename SUBSTR to GETRANGEPieter Noordhuis2010-12-142-36/+36
| * | Add SETRANGE command implementation and testsPieter Noordhuis2010-12-141-0/+104
| * | Add generic function to grow an sds valuePieter Noordhuis2010-12-101-4/+4
| * | Enforce maximum string value length of 512MBPieter Noordhuis2010-12-091-1/+1
| * | Add commands SETBIT/GETBITPieter Noordhuis2010-12-091-0/+84
| |/
* | Merge remote branch 'pietern/testverbosity'antirez2010-12-105-75/+143
|\ \
| * | Be less verbose in testing; improve error handlingPieter Noordhuis2010-12-105-75/+143
| |/
* | command line option in test suite to activate valgrind modeantirez2010-12-102-1/+3
|/
* 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