summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added slowlog.tclantirez2011-07-011-0/+41
* SLOWLOG testsantirez2011-06-301-18/+1
* diskstore removedantirez2011-06-251-26/+0
* Fix for bug 561 and other related problemsantirez2011-06-202-0/+26
* SETNX regression tests.Pieter Noordhuis2011-06-201-11/+38
* ZREM testsantirez2011-05-311-0/+15
* Fix for the variadic version of SREM. Regression test added.antirez2011-05-311-0/+6
* disabled development test entry, tests moved in the right placeantirez2011-05-312-1/+29
* Variadic ZADD testsantirez2011-05-311-0/+7
* Comment typo fixedantirez2011-05-241-1/+1
* Merge branch 'unstable' of github.com:antirez/redis into unstableantirez2011-05-201-0/+8
|\
| * Fix for ZUNIONSTORE bug when there is an empty set among input sets. Regressi...antirez2011-05-191-0/+8
* | 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
* ZINTERSTORE regressiont test with two sets, intset+hashtableantirez2011-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
* Variadic SREMantirez2011-04-191-0/+8
* variadic HDEL with testsantirez2011-04-191-0/+9
* Variadic SADD testsantirez2011-04-151-0/+7
* tests for variadic list pushantirez2011-04-151-0/+16
* test fixed after ascii art banner modified the output of a running serverantirez2011-04-152-1/+2
* Test for ENCODING_SKIPLIST instead of ENCODING_RAWPieter Noordhuis2011-04-061-4/+4
* Test that sorted sets are removed when emptyPieter Noordhuis2011-03-221-0/+22
* Test both sorted set encodings for every testPieter Noordhuis2011-03-141-467/+528
* Test for empty inner range when looking for elements in rangePieter Noordhuis2011-03-111-0/+6
* Test for ranges where min > maxPieter Noordhuis2011-03-081-0/+4
* Move logic concerned with zset rangesPieter Noordhuis2011-03-081-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
* minor aesthetic change in test suite messagesantirez2011-01-091-1/+1
* run both inmemory and diskstore tests.antirez2011-01-092-39/+40
* fixed bgsave_in_progress in INFO when BGSAVEing with diskstore enabled, don't...antirez2011-01-092-9/+9
* test adapted to run with diskstore, and a few bugs fixedantirez2011-01-092-9/+17
* initial fix of the test suite to run both in in-memory and diskstore modeantirez2011-01-094-24/+146
* diskstore more fixesantirez2011-01-033-2/+5
* fixed a bug in diskstoreantirez2011-01-021-56/+4
* 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