summaryrefslogtreecommitdiff
path: root/tests/integration
Commit message (Expand)AuthorAgeFilesLines
* Fix RDB encoding test for new csvdump format.antirez2015-08-051-13/+13
* PSYNC test: also test the vanilla SYNC.antirez2015-08-051-18/+27
* Test PSYNC with diskless replication.antirez2015-08-041-13/+17
* Test: regression for issue #2473.antirez2015-03-271-8/+44
* Test: fix SPOP replication test count.antirez2015-03-131-1/+1
* SPOP replication tests.antirez2015-02-111-0/+19
* alsoPropagate: handle REDIS_CALL_PROPAGATE and AOF loading.antirez2015-02-111-1/+1
* Added regression test for issue #2371.antirez2015-02-101-0/+24
* Fix RDB corruption test after server behavior change.antirez2015-02-041-1/+1
* Added <count> parameter to SPOP:Alon Diamant2014-12-141-0/+24
* Attempt to prevent false positives in replication test.antirez2014-11-241-11/+15
* Diskless replication tested with the multiple slaves consistency test.antirez2014-10-241-64/+67
* Remove trailing spaces from testsMatt Stancliff2014-09-291-5/+5
* Fix spelling in some test casesMatt Stancliff2014-09-291-1/+1
* Better truncated AOF loading tests.antirez2014-09-161-2/+29
* Tests for aof-load-truncated = yes.antirez2014-09-081-1/+27
* AOF tests fixed turning aof-load-truncated to no.antirez2014-09-081-6/+6
* Test AOF format error detection.antirez2014-09-081-0/+25
* AOF loading: split handling of format errors from unexpected EOF.antirez2014-09-081-1/+1
* Test: AOF rewrite during write load.antirez2014-07-101-9/+0
* Fixed assert conditional in ROLE command test.antirez2014-06-261-1/+1
* Remove infinite loop from PSYNC test.antirez2014-06-261-4/+2
* Test: hopefully more robust PSYNC test.antirez2014-06-261-4/+16
* Basic tests for the ROLE command.antirez2014-06-231-0/+17
* Tests for min-slaves-* feature.antirez2014-06-051-0/+60
* Test: AOF test false positive when running in slow hosts.antirez2014-05-221-1/+16
* Test: regression test for issue #1221.antirez2013-07-291-0/+38
* Test: add some AOF testing to EVALSHA replication test.antirez2013-06-251-0/+17
* Test: EVALSHA replication.antirez2013-06-251-0/+50
* Test: replication-3 test speedup in master-slave setup.antirez2013-06-251-3/+6
* Fix comment typo in integration/aof.tcl.antirez2013-06-191-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-121-0/+7
* Use `info nameofexectuable` to find current executableJohan Bergström2013-01-242-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-261-2/+5
* Replace unnecessary calls to echo and catMichael Schlenker2012-04-171-3/+3
* On slow computers, 10 seconds are not enough for this heavy replication test.antirez2012-04-041-1/+1
* Regression test for issue 417 (memory leak when replicating to DB with id >= 10)antirez2012-03-301-0/+54