summaryrefslogtreecommitdiff
path: root/tests/integration/aof.tcl
Commit message (Expand)AuthorAgeFilesLines
* FLUSHDB and FLUSHALL add call forceCommandPropagation / FLUSHALL reset dirty ...Binbin2022-05-111-0/+46
* Adapt redis-check-aof tool for Multi Part Aof (#10061)chenyang80942022-02-171-7/+124
* re-fix EVAL timeout test (#10169)Oran Agra2022-01-241-3/+2
* Fix EVAL timeout test failed on freebsd (#10098)chenyang80942022-01-241-11/+11
* Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)chenyang80942022-01-031-53/+47
* Remove EVAL script verbatim replication, propagation, and deterministic execu...zhugezy2021-12-211-0/+37
* Fix not waiting for data loading to complete in AOF tests (#9683)Wang Yuan2021-10-261-0/+4
* Add timestamp annotations in AOF (#9326)Wang Yuan2021-10-251-0/+67
* Add ZMPOP/BZMPOP commands. (#9484)Binbin2021-09-231-1/+47
* Add LMPOP/BLMPOP commands. (#9373)Binbin2021-09-091-0/+48
* cleanup around loadAppendOnlyFile (#9012)YaacovHazan2021-06-141-0/+25
* Improve test suite to handle external servers better. (#9033)Yossi Gottlieb2021-06-091-1/+1
* Always replicate time-to-live(TTL) as absolute timestamps in milliseconds (#8...ny03122021-05-301-2/+2
* Print the number of abnormal line in AOF (#8823)bugwz2021-04-201-0/+12
* GETEX, GETDEL and SET PXAT/EXAT (#8327)Raghav Muddur2021-01-271-0/+11
* test infra - wait_done_loadingOran Agra2020-09-061-36/+8
* add daily github actions with libc malloc and valgrindOran Agra2020-05-041-0/+12
* TLS: Implement support for write barrier.Oran Agra2019-10-071-0/+31
* TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-6/+6
* Solaris fixes about tail usage and atomic vars.antirez2017-02-221-3/+3
* alsoPropagate: handle REDIS_CALL_PROPAGATE and AOF loading.antirez2015-02-111-1/+1
* Added <count> parameter to SPOP:Alon Diamant2014-12-141-0/+24
* 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 test false positive when running in slow hosts.antirez2014-05-221-1/+16
* Fix comment typo in integration/aof.tcl.antirez2013-06-191-1/+1
* Replace unnecessary calls to echo and catMichael Schlenker2012-04-171-3/+3
* 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
* new test engine valgrind supportantirez2011-07-111-0/+2
* 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
* Use correct argc/argv for cleanup when loading AOFPieter Noordhuis2011-04-221-0/+18
* Reformat AOF testsPieter Noordhuis2011-04-221-25/+29
* 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
* tags for existing testsPieter Noordhuis2010-06-021-46/+48
* changed how server.tcl accepts options to support more directives without req...Pieter Noordhuis2010-06-021-1/+1
* initial tests for AOF (and small changes to server.tcl to support these)Pieter Noordhuis2010-05-191-0/+80