summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Replica keep serving data during repl-diskless-load=swapdb for better availab...Eduardo Semprebon2021-11-045-89/+411
* Fixes LPOP/RPOP wrong replies when count is 0 (#9692)Itamar Haber2021-11-041-3/+12
* Retry when a blocked connection system call is interrupted by a signal (#9629)menwen2021-11-041-0/+38
* Fix race condition in cluster test 22-replica-in-sync (#9721)Oran Agra2021-11-041-1/+29
* Add support for list type to store elements larger than 4GB (#9357)perryitay2021-11-038-1/+419
* Fix COMMAND GETKEYS on EVAL without keys (#9733)guybe72021-11-031-0/+8
* Solve issues with tracking test in external mode (#9726)Oran Agra2021-11-021-2/+2
* attempt to fix tracking test issue with external tests due to lazy free (#9722)Oran Agra2021-11-023-5/+13
* fix defrag test looking at the wrong latency metric (#9723)menwen2021-11-021-2/+2
* 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 valgrind issues with long double module test (#9709)Oran Agra2021-11-013-18/+28
* Fix failing cluster tests (#9707)Oran Agra2021-10-314-14/+16
* Use 'gcc' instead of 'ld' to link test modules. (#9710)Yossi Gottlieb2021-10-311-5/+3
* Fix multiple COUNT in LMPOP/BLMPOP/ZMPOP/BZMPOP (#9701)Binbin2021-10-312-0/+3
* Fix timing issue in replication buffer test (#9697)Wang Yuan2021-10-291-0/+8
* fix failing cluster tests (#9695)Oran Agra2021-10-281-1/+4
* New Cluster Command: CLUSTER DELSLOTSRANGE and CLUSTER ADDSLOTSRANGE (#9445)Wen Hui2021-10-261-0/+68
* Fix not waiting for data loading to complete in AOF tests (#9683)Wang Yuan2021-10-261-0/+4
* Fix race condition in lazy free test (#9682)Oran Agra2021-10-261-0/+7
* Testsuite: attempt to find / avoid valgrind warnings of killed processes (#9679)Oran Agra2021-10-262-4/+10
* Add timestamp annotations in AOF (#9326)Wang Yuan2021-10-251-0/+67
* Replace deprecated REDISMODULE_POSTPONED_ARRAY_LEN in module tests and exampl...Guy Korland2021-10-253-3/+3
* Add RM_ReplyWithBigNumber module API (#9639)Shaya Potter2021-10-253-11/+37
* Replication backlog and replicas use one global shared replication buffer (#9...Wang Yuan2021-10-256-9/+237
* Fixes `CLUSTER COUNTKEYSINSLOT` (#9672)Itamar Haber2021-10-241-0/+5
* Fix module blocked clients RESP version (#9634)Shaya Potter2021-10-212-0/+32
* Fix test modules build issue on OS X 11. (#9658)Yossi Gottlieb2021-10-201-0/+7
* fix new cluster tests issues (#9657)Oran Agra2021-10-202-10/+19
* Treat subcommands as commands (#9504)guybe72021-10-209-10/+218
* Release clients blocked on module commands in cluster resharding and down sta...qetu37902021-10-194-5/+359
* Make Cluster-bus port configurable with new cluster-port config (#9389)Wen Hui2021-10-181-0/+1
* Add RedisModule_KeyExists (#9600)Viktor Söderqvist2021-10-182-0/+16
* Skip Active-defrag edge case test until we fix it. (#9645)yoav-steinberg2021-10-181-0/+4
* Attempt to fix a valgrind test failure due to timing (#9643)Oran Agra2021-10-181-1/+1
* Modify mem_usage2 module callback to enable to take sample_size argument (#9612)Hanna Fadida2021-10-171-1/+2
* Fix daily failures due to macos-latest change. (#9637)Yossi Gottlieb2021-10-171-2/+3
* Improved the reliability of cluster replica sync tests (#9628)Madelyn Olson2021-10-132-23/+40
* Move config `cluster-config-file` to generic configs (#9597)Bjorn Svensson2021-10-071-0/+1
* obuf based eviction tests run until eviction occurs (#9611)yoav-steinberg2021-10-071-34/+33
* Make tracking invalidation messages always after command's reply (#9422)Huang Zhw2021-10-071-0/+95
* Hide empty and loading replicas from CLUSTER SLOTS responses (#9287)GutovskyMaria2021-10-061-0/+103
* Test fails when flushdb triggers a bgsave (#9535)yoav-steinberg2021-10-061-1/+1
* Attempt to fix rare pubsub oubuf maxmemory eviction test failure (#9603)yoav-steinberg2021-10-051-2/+4
* argv mem leak during multi command execution. (#9598)yoav-steinberg2021-10-051-0/+17
* Fix invalid memory write on lua stack overflow (CVE-2021-32626) (#9591)Meir Shpilraien (Spielrein)2021-10-041-0/+30
* Fix protocol parsing on 'ldbReplParseCommand' (CVE-2021-32672) (#9590)Oran Agra2021-10-041-1/+16
* Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-...Oran Agra2021-10-041-0/+156
* Prevent unauthenticated client from easily consuming lots of memory (CVE-2021...Oran Agra2021-10-041-0/+16
* improve the stability and correctness of "Test child sending info" (#9562)YaacovHazan2021-10-041-5/+16