summaryrefslogtreecommitdiff
path: root/tests/integration/rdb.tcl
Commit message (Expand)AuthorAgeFilesLines
* Tests: Do not save an RDB by default and add a SIGTERM default AOFRW test (#1...Binbin2023-04-181-1/+4
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-111-0/+1
* Optimize ZRANGE replies WITHSCORES in case of integer scores (#11779)filipe oliveira2023-02-061-1/+1
* Add listpack encoding for list (#11303)sundb2022-11-161-1/+2
* optimizing d2string() and addReplyDouble() with grisu2: double to string conv...filipe oliveira2022-10-151-1/+1
* Fix broken protocol in MISCONF error, RM_Yield bugs, RM_Call(EVAL) OOM check ...Oran Agra2022-06-011-0/+45
* FLUSHDB and FLUSHALL add call forceCommandPropagation / FLUSHALL reset dirty ...Binbin2022-05-111-1/+1
* Solve race in a BGSAVE test (#10190)Oran Agra2022-01-261-5/+7
* Show the elapsed time of single test and speed up some tests (#10058)sundb2022-01-051-1/+1
* Remove EVAL script verbatim replication, propagation, and deterministic execu...zhugezy2021-12-211-0/+9
* Add external test that runs without debug command (#9964)Oran Agra2021-12-191-5/+5
* Add support for list type to store elements larger than 4GB (#9357)perryitay2021-11-031-0/+9
* improve the stability and correctness of "Test child sending info" (#9562)YaacovHazan2021-10-041-5/+16
* Fix stream sanitization for non-int first value (#9553)Oran Agra2021-09-261-1/+1
* PSYNC2: make partial sync possible after master reboot (#8015)zhaozhao.zz2021-09-131-0/+24
* solve test timing issues in replication tests (#9121)Oran Agra2021-06-221-4/+4
* 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-1/+1
* fix stream deep sanitization with deleted records (#8568)Oran Agra2021-03-011-0/+1
* Adds INFO fields to track fork child progress (#8414)uriyage2021-02-161-3/+21
* Add io-thread daily CI tests. (#8232)Yossi Gottlieb2021-01-171-0/+4
* Fix last COW INFO report, Skip test on non-linux platforms (#8301)Oran Agra2021-01-081-4/+20
* Report child copy-on-write info continuouslyYaacovHazan2021-01-071-0/+75
* Sanitize dump payload: fuzz tester and fixes for segfaults and leaks it exposedOran Agra2020-12-061-1/+1
* Sanitize dump payload: improve tests of ziplist and stream encodingsOran Agra2020-12-061-2/+11
* test infra - reduce disk space usageOran Agra2020-09-061-4/+4
* fix new rdb test failing on timing issues (#7604)Oran Agra2020-08-041-2/+2
* Stabilize bgsave test that sometimes fails with valgrind (#7559)Oran Agra2020-07-231-2/+20
* tests/valgrind: don't use debug restart (#7404)Oran Agra2020-07-101-12/+2
* fix redis 6.0 not freeing closed connections during loading.Oran Agra2020-05-111-0/+52
* Fix lastbgsave_status, when new child signal handler get intended killOran Agra2019-09-261-0/+14
* minor fix in creating a stream NACK for rdb and defrag testsOran Agra2018-06-271-1/+1
* add active defrag support for streamsOran Agra2018-06-271-0/+2
* Test RDB stream encoding saving/loading.antirez2018-06-191-0/+17
* Solaris fixes about tail usage and atomic vars.antirez2017-02-221-2/+2
* Fix test for new RDB checksum failure message.antirez2016-07-041-1/+1
* Fix RDB encoding test for new csvdump format.antirez2015-08-051-13/+13
* Fix RDB corruption test after server behavior change.antirez2015-02-041-1/+1
* 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
* Contextualize comment.antirez2012-03-231-1/+1
* RDB load of different encodings test added.antirez2012-03-231-0/+25