summaryrefslogtreecommitdiff
path: root/tests/integration/replication.tcl
Commit message (Expand)AuthorAgeFilesLines
* resolve replication test timing sensitivity - 2nd attempt (#9988)Oran Agra2021-12-221-4/+4
* resolve replication test timing sensitivity (#9982)Oran Agra2021-12-221-2/+2
* Allow most CONFIG SET during loading, block some commands in async-loading (#...Oran Agra2021-12-221-0/+17
* Redis Functions - Added redis function unit and Lua enginemeir@redislabs.com2021-12-021-0/+19
* Wait for `asyn_loading` to stop in `short read` test (#9841)Binbin2021-11-241-0/+3
* fix short timeout in replication short read tests (#9763)YaacovHazan2021-11-091-1/+1
* Replica keep serving data during repl-diskless-load=swapdb for better availab...Eduardo Semprebon2021-11-041-42/+196
* Retry when a blocked connection system call is interrupted by a signal (#9629)menwen2021-11-041-0/+38
* Fix timing issue in replication test (#9719)Binbin2021-11-021-3/+2
* Replication backlog and replicas use one global shared replication buffer (#9...Wang Yuan2021-10-251-2/+5
* Attempt to fix a valgrind test failure due to timing (#9643)Oran Agra2021-10-181-1/+1
* fix replication test failure, probing the wrong log file (#9513)Oran Agra2021-09-191-1/+1
* Delay to discard cached master when full synchronization (#9398)Wang Yuan2021-09-091-0/+68
* solve test timing issues in replication tests (#9121)Oran Agra2021-06-221-2/+2
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-1/+1
* Improve test suite to handle external servers better. (#9033)Yossi Gottlieb2021-06-091-12/+12
* unregister AE_READABLE from the read pipe in backgroundSaveDoneHandlerSocket ...YaacovHazan2021-05-261-0/+39
* stabilize tests that involved with load handlers (#8967)YaacovHazan2021-05-201-9/+6
* longer timeout in replication test (#8963)Oran Agra2021-05-181-1/+1
* Fix timing of new replication test (#8807)Oran Agra2021-04-181-5/+5
* Add a timeout mechanism for replicas stuck in fullsync (#8762)guybe72021-04-151-2/+16
* Properly initialize variable to make valgrind happy in checkChildrenDone(). R...Qu Chen2021-03-241-1/+1
* Fix race in replication test (#8679)Oran Agra2021-03-221-2/+4
* Add io-thread daily CI tests. (#8232)Yossi Gottlieb2021-01-171-1/+1
* Propagate GETSET and SET-GET as SET (#7957)Oran Agra2020-11-031-0/+21
* Fix timing dependence in replication tcl tests (#7969)Wang Yuan2020-10-271-3/+6
* Add a --no-latency tests flag. (#7939)Yossi Gottlieb2020-10-221-2/+2
* Adds new pop-push commands (LMOVE, BLMOVE) (#6929)Felipe Machado2020-10-081-0/+37
* Kill disk-based fork child when all replicas drop and 'save' is not enabled (...Wang Yuan2020-09-221-0/+61
* if diskless repl child is killed, make sure to reap the pid (#7742)Oran Agra2020-09-061-0/+42
* Accelerate diskless master connections, and general re-connections (#6271)Oran Agra2020-08-061-2/+19
* Fix failing tests due to issues with wait_for_log_message (#7572)Oran Agra2020-07-281-15/+15
* stabilize tests that look for log lines (#7367)Oran Agra2020-07-101-6/+10
* fix valgrind test failure in replication testOran Agra2020-05-181-1/+1
* add regression test for the race in #7205Oran Agra2020-05-171-0/+52
* fix unstable replication testOran Agra2020-05-121-2/+2
* incrbyfloat: fix issue #5256 ttl lost after propagatezhaozhao.zz2019-12-181-0/+7
* Merge remote-tracking branch 'upstream/unstable' into tlsYossi Gottlieb2019-10-161-1/+1
|\
| * update typoDaniel Dai2019-10-091-1/+1
* | TLS: Configuration options.Yossi Gottlieb2019-10-071-20/+28
* | diskless replication rdb transfer uses pipe, and writes to sockets form the p...Oran Agra2019-10-071-14/+156
* | TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-0/+14
|/
* 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