summaryrefslogtreecommitdiff
path: root/tests/integration/replication.tcl
Commit message (Expand)AuthorAgeFilesLines
* prevent diskless replica from terminating on short readOran Agra2019-07-171-7/+90
* diskless replication on slave side (don't store rdb to file), plus some other...Oran Agra2019-07-081-70/+144
* Remove debugging printf from replication.tcl test.antirez2018-12-121-1/+0
* Slave removal: remove slave from integration tests descriptions.antirez2018-09-111-16/+16
* Test: processing of master stream in slave -BUSY state.antirez2018-08-311-0/+44
* Regression test for issue #2813.antirez2015-10-151-0/+53
* Test: regression for issue #2473.antirez2015-03-271-8/+44
* 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
* Test: AOF rewrite during write load.antirez2014-07-101-9/+0
* Fixed assert conditional in ROLE command test.antirez2014-06-261-1/+1
* Basic tests for the ROLE command.antirez2014-06-231-0/+17
* Make tests compatible with new INFO replication output.antirez2013-05-301-1/+1
* Use `info nameofexectuable` to find current executableJohan Bergström2013-01-241-1/+2
* 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
* On slow computers, 10 seconds are not enough for this heavy replication test.antirez2012-04-041-1/+1
* 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
* Regression test for issue #142 addedantirez2011-10-171-0/+6
* new test engine valgrind supportantirez2011-07-111-0/+1
* replication test split into three parts in order to improve test execution ti...antirez2011-07-111-38/+0
* 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
* replication test with expiresantirez2010-08-031-0/+18
* 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
* tags for existing testsPieter Noordhuis2010-06-021-1/+1
* changed how server.tcl accepts options to support more directives without req...Pieter Noordhuis2010-06-021-2/+2
* initial rough integration test for replicationPieter Noordhuis2010-05-141-0/+32