summaryrefslogtreecommitdiff
path: root/tests/integration
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-061-0/+68
* Redis test: vaoid two false positives while running under valgrind.antirez2011-12-101-4/+26
* Redis test: two redundant tests removed as they tend to create issues when ru...antirez2011-12-071-10/+0
* Regression test for issue #142 addedantirez2011-10-171-0/+6
* Failing test related to AOF rewrite buffersPieter Noordhuis2011-09-161-0/+35
* new test engine valgrind supportantirez2011-07-112-0/+3
* the test runs less iterations of slow tests if no --accurate is given.antirez2011-07-111-1/+3
* replication test split into three parts in order to improve test execution ti...antirez2011-07-113-38/+56
* Test for regression about: Redis should not try to convert DEL into EXPIREAT ...antirez2011-07-081-0/+7
* Add test for incorrect expiration when loading AOF.Hampus Wessman2011-07-071-0/+18
* Fix for bug 561 and other related problemsantirez2011-06-201-0/+18
* Comment typo fixedantirez2011-05-241-1/+1
* 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
* 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-251-0/+18
|\
| * replication test with expiresantirez2010-08-031-0/+18
* | Change output format for non-tty redis-cli executionPieter Noordhuis2010-08-041-0/+22
* | Let the output mode depend on having a tty or notPieter Noordhuis2010-08-041-11/+22
* | Tests for redis-cli in non-interactive modePieter Noordhuis2010-08-041-0/+35
* | Add tests for quotation in an interactive redis-cli sessionPieter Noordhuis2010-08-041-0/+19
* | Tests for the interactive mode of redis-cliPieter Noordhuis2010-08-041-0/+69
|/
* better random dataset creation function in test. master-slave replication tes...antirez2010-07-281-0/+13
* First implementation of a replication consistency testantirez2010-07-061-0/+15
* redis.c split into many different C files.antirez2010-07-011-2/+2
* change how arguments are passed from the AOF testsPieter Noordhuis2010-06-031-3/+3
* tags for existing testsPieter Noordhuis2010-06-022-47/+49
* changed how server.tcl accepts options to support more directives without req...Pieter Noordhuis2010-06-022-3/+3
* initial tests for AOF (and small changes to server.tcl to support these)Pieter Noordhuis2010-05-191-0/+80
* initial rough integration test for replicationPieter Noordhuis2010-05-141-0/+32