summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Possible fix for false positives in issue 141 regression testantirez2012-01-121-1/+5
* Regression test for the main problem causing issue #141. Minor changes/fixes/...antirez2012-01-074-2/+85
* Redis test: when assertion fails print not just the expression but also expan...antirez2012-01-071-1/+1
* Regression tests for protocol desync bug related to Issue #141antirez2012-01-071-0/+31
* Added regression test for ZUNIONSTORE creating NaN (github issue #264)antirez2011-12-231-0/+6
* Redis test: vaoid two false positives while running under valgrind.antirez2011-12-201-4/+26
* Redis test: two redundant tests removed as they tend to create issues when ru...antirez2011-12-201-10/+0
* Redis test port allocation fixed.antirez2011-12-201-2/+2
* unit/introspection.tcl addedantirez2011-12-191-0/+5
* unit/introspection added among tests executed by defaultantirez2011-12-191-0/+1
* Fixed SORT bugs (issue #224) with regression tests.antirez2011-12-011-0/+12
* --quiet option implemented in the Redis test. Output improved a bit.antirez2011-11-301-9/+25
* Added regression tests for issue #209antirez2011-11-251-2/+23
* Regression test for issue #142 addedantirez2011-10-171-0/+6
* Fix for issue #132. Now AUTH raises an error if no server password is configu...antirez2011-10-101-2/+14
* Added two new tests for RENAME, currently both will fail because of bug #128.antirez2011-10-101-0/+19
* Redis test ports selection made more robust. This prevents the test from hang...antirez2011-10-042-22/+25
* commenting out aof-race test for now, waiting for a fix to issue #80antirez2011-09-161-1/+0
* Failing test related to AOF rewrite buffersPieter Noordhuis2011-09-162-0/+36
* regression test for bug 593 addedantirez2011-09-121-0/+14
* 243b783fdc4a77968f7a3dd4a246e43b226a4316antirez2011-07-292-0/+121
* fixed assert proc on Redis testantirez2011-07-291-1/+1
* HDEL: Abort deleting fields when hash is removedPieter Noordhuis2011-07-271-0/+7
* new test engine backported to 2.4antirez2011-07-1216-416/+636
* slow log merged into 2.4antirez2011-07-022-0/+42
* Variadic SADD testsantirez2011-06-201-0/+7
* SETNX regression tests.Pieter Noordhuis2011-06-141-11/+38
* VM tests commented out for 2.42.4.0-rc1antirez2011-06-091-0/+2
* disabled development test entry, tests moved in the right placeantirez2011-05-312-1/+29
* Variadic ZADD testsantirez2011-05-311-0/+7
* ZREM testsantirez2011-05-311-0/+15
* Fix for the variadic version of SREM. Regression test added.antirez2011-05-311-0/+6
* test for the BRPOPLPUSH issue 561 related issuesantirez2011-05-312-0/+26
* Comment typo fixedantirez2011-05-241-1/+1
* Merge branch '2.4' of github.com:antirez/redis into 2.4antirez2011-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
|/
* ZINTERSTORE regressiont test with two sets, intset+hashtableantirez2011-05-121-0/+7
* replication with expire test modified to produce no or less false failuresantirez2011-05-121-0/+2
* Use correct argc/argv for cleanup when loading AOFPieter Noordhuis2011-04-221-0/+18
* Reformat AOF testsPieter Noordhuis2011-04-221-25/+29
* Variadic SREM backported from unstableantirez2011-04-211-0/+8
* variadic HDEL backported from unstable to 2.4antirez2011-04-191-0/+9
* Merge branch '2.4' into 2.4-zsetPieter Noordhuis2011-04-151-0/+16
|\
| * tests for variadic list pushantirez2011-04-151-0/+16
* | 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-221-467/+528
* | Test for empty inner range when looking for elements in rangePieter Noordhuis2011-03-221-0/+6
* | Test for ranges where min > maxPieter Noordhuis2011-03-221-0/+4