summaryrefslogtreecommitdiff
path: root/tests/unit/aofrw.tcl
Commit message (Expand)AuthorAgeFilesLines
* Add listpack encoding for list (#11303)sundb2022-11-161-2/+8
* Functions: Move library meta data to be part of the library payload. (#10500)Meir Shpilraien (Spielrein)2022-04-051-2/+2
* Added AOF rewrite support for functions. (#10141)Meir Shpilraien (Spielrein)2022-01-191-0/+14
* Fix kill aof rewrite child test (#10107)Binbin2022-01-131-1/+1
* Ban snapshot-creating commands and other admin commands from transactions (#1...guybe72022-01-041-2/+6
* Fix failing test due to recent change in transaction propagation (#10006)chenyang80942021-12-271-12/+12
* Add external test that runs without debug command (#9964)Oran Agra2021-12-191-10/+10
* Replace all usage of ziplist with listpack for t_zset (#9366)sundb2021-09-091-2/+2
* Replace all usage of ziplist with listpack for t_hash (#8887)sundb2021-08-101-2/+2
* Improve test suite to handle external servers better. (#9033)Yossi Gottlieb2021-06-091-2/+2
* stabilize tests that involved with load handlers (#8967)YaacovHazan2021-05-201-9/+2
* AOF: run tests with preamble off when it makes sense.antirez2018-03-251-1/+1
* Solaris fixes about tail usage and atomic vars.antirez2017-02-221-1/+1
* RDB AOF preamble: test it in the aofrw unit.aofrdbantirez2016-08-241-49/+52
* Add quicklist implementationMatt Stancliff2015-01-021-2/+2
* Test: more reliable AOF rewrite test under write load.antirez2014-07-101-0/+10
* Test: AOF rewrite during write load.antirez2014-07-101-0/+52
* Tests modified to account for INFO fields renaming.antirez2012-05-251-3/+3
* Test "Turning off AOF kills the background writing child if any" is now more ...antirez2012-05-021-2/+6
* Replace unnecessary calls to echo and catMichael Schlenker2012-04-171-1/+1
* Added new test to check that "CONFIG appendonly no" actually kills the backgr...antirez2012-04-071-0/+11
* Two new tests for BGREWRTIEAOF.antirez2012-04-061-0/+26
* Encode small hashes with a ziplistPieter Noordhuis2012-01-021-2/+2
* Added tests for AOF rewrite.antirez2011-12-131-0/+107