summaryrefslogtreecommitdiff
path: root/tests/integration
Commit message (Expand)AuthorAgeFilesLines
* Test: various issues with the replication-4.tcl test fixed.antirez2013-05-081-7/+8
* Test: fix RDB test checking file permissions.antirez2013-04-231-11/+24
* Test: split conceptually unrelated comments in RDB test.antirez2013-04-221-1/+3
* Test: make sure broken RDB checksum is detected.antirez2013-03-131-0/+19
* Test: more RDB loading checks.antirez2013-03-131-0/+32
* Test: check that Redis starts empty without an RDB file.antirez2013-03-131-0/+7
* Use `info nameofexectuable` to find current executableJohan Bergström2013-02-052-2/+4
* A reimplementation of blocking operation internals.antirez2012-09-171-3/+7
* Properly wait the slave to sync with master in BRPOPLPUSH test.antirez2012-04-301-3/+7
* A more lightweight implementation of issue 141 regression test.antirez2012-04-291-13/+26
* Redis test: More reliable BRPOPLPUSH replication test.antirez2012-04-271-2/+5
* Replace unnecessary calls to echo and catMichael Schlenker2012-04-241-3/+3
* On slow computers, 10 seconds are not enough for this heavy replication test.antirez2012-04-051-1/+1
* Regression test for issue 417 (memory leak when replicating to DB with id >= 10)antirez2012-03-301-0/+54
* convert-zipmap-hash-on-load false positive fixed.antirez2012-03-251-3/+4
* Contextualize comment.antirez2012-03-231-1/+1
* RDB load of different encodings test added.antirez2012-03-231-0/+25
* Merge conflicts resolved.antirez2012-03-091-0/+34
|\
| * Test that zipmap from RDB is correctly convertedPieter Noordhuis2012-01-251-0/+34
* | 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