summaryrefslogtreecommitdiff
path: root/tests/integration
Commit message (Expand)AuthorAgeFilesLines
...
* Add check min-slave-* feature when evaluating Lua scripts and Functions (#10160)Vo Trong Phuc2022-02-031-9/+33
* Solve race in a BGSAVE test (#10190)Oran Agra2022-01-261-5/+7
* solve race in expiration test (#10192)Oran Agra2022-01-261-2/+2
* 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
* Fix AOFRW limit test occasional failures on slower machines (#10164)chenyang80942022-01-241-22/+22
* Fix additional AOF filename issues. (#10110)Yossi Gottlieb2022-01-181-5/+5
* Set repl-diskless-sync to yes by default, add repl-diskless-sync-max-replicas...Oran Agra2022-01-174-8/+10
* Function Flags support (no-writes, no-cluster, allow-state, allow-oom) (#10066)Meir Shpilraien (Spielrein)2022-01-141-1/+1
* Always create base AOF file when redis start from empty. (#10102)chenyang80942022-01-131-1/+49
* Support whitespace characters in appendfilename, and ban them in appenddirnam...chenyang80942022-01-101-3/+26
* Redis Function Libraries (#10004)Meir Shpilraien (Spielrein)2022-01-062-7/+6
* Show the elapsed time of single test and speed up some tests (#10058)sundb2022-01-051-1/+1
* Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)chenyang80942022-01-033-55/+1147
* Add DUMP RESTORE tests for redis-cli -x and -X options (#10041)Binbin2022-01-021-0/+28
* Wait for replicas when shutting down (#9872)Viktor Söderqvist2022-01-022-3/+256
* Generate RDB with Functions only via redis-cli --functions-rdb (#9968)yoav-steinberg2022-01-021-5/+24
* Fix a valgrind test failure due to slowly shutdown (#10038)sundb2022-01-011-0/+4
* redis-cli: Add -X option and extend --cluster call take arg from stdin (#9980)Binbin2021-12-301-8/+40
* santize dump payload: fix carsh when zset with NAN score (#10002)Binbin2021-12-261-1/+11
* 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
* Remove EVAL script verbatim replication, propagation, and deterministic execu...zhugezy2021-12-214-155/+46
* Add external test that runs without debug command (#9964)Oran Agra2021-12-193-8/+8
* Santize dump payload: fix crash when stream with duplicate consumes (#9918)sundb2021-12-081-0/+11
* Fix timing issue in logging.tcl with FreeBSD (#9910)Binbin2021-12-071-16/+6
* Santize dump payload: fix invalid listpack entry start with EOF (#9889)sundb2021-12-041-0/+9
* Redis Functions - Added redis function unit and Lua enginemeir@redislabs.com2021-12-021-0/+19
* Sort out the mess around writable replicas and lookupKeyRead/Write (#9572)Viktor Söderqvist2021-11-282-0/+96
* Replace ziplist with listpack in quicklist (#9740)sundb2021-11-241-50/+18
* Wait for `asyn_loading` to stop in `short read` test (#9841)Binbin2021-11-241-0/+3
* fix invalid read on corrupt ziplist (#9831)Oran Agra2021-11-231-0/+11
* Fix invalid access in lpFind on corrupted listpack (#9819)Oran Agra2021-11-221-0/+10
* fix string escaping in corrupt-dump test to support TCL8.5 (#9824)Oran Agra2021-11-221-3/+3
* Fix false positive leak reported by GCC ASAN (#9816)Oran Agra2021-11-212-4/+28
* Prevent LCS from allocating temp memory over proto-max-bulk-len (#9817)Oran Agra2021-11-211-0/+9
* Add sanitizer support and clean up sanitizer findings (#9601)Ozan Tezcan2021-11-111-15/+28
* Try solving test timeout on freebsd CI (#9768)Oran Agra2021-11-101-3/+12
* 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
* Add support for list type to store elements larger than 4GB (#9357)perryitay2021-11-032-0/+17
* Fix timing issue in replication test (#9719)Binbin2021-11-021-3/+2
* Fix race condition in psync2-pingoff test (#9712)Binbin2021-11-011-1/+7
* Fix timing issue in replication buffer test (#9697)Wang Yuan2021-10-291-0/+8
* 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
* Replication backlog and replicas use one global shared replication buffer (#9...Wang Yuan2021-10-253-4/+226
* Attempt to fix a valgrind test failure due to timing (#9643)Oran Agra2021-10-181-1/+1