summaryrefslogtreecommitdiff
path: root/tests/integration
Commit message (Expand)AuthorAgeFilesLines
* Test: regression test for issue #1221.antirez2013-07-291-0/+38
* Test: add some AOF testing to EVALSHA replication test.antirez2013-06-261-0/+17
* Test: EVALSHA replication.antirez2013-06-261-0/+50
* Test: replication-3 test speedup in master-slave setup.antirez2013-06-261-3/+6
* Fix comment typo in integration/aof.tcl.antirez2013-06-261-1/+1
* Test: avoid a false positive in min-slaves test.antirez2013-05-311-2/+2
* Tests added for min-slaves feature.antirez2013-05-301-0/+42
* Make tests compatible with new INFO replication output.antirez2013-05-301-1/+1
* Test: more PSYNC tests (backlog TTL).antirez2013-05-091-11/+37
* Test: check that replication partial sync works if we break the link.antirez2013-05-081-0/+79
* 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
|\