summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-...Oran Agra2021-10-042-1/+173
* Fix protocol parsing on 'ldbReplParseCommand' (CVE-2021-32672)meir@redislabs.com2021-10-041-0/+15
* Prevent unauthenticated client from easily consuming lots of memory (CVE-2021...Oran Agra2021-10-041-0/+16
* On 32 bit platform, the bit position of GETBIT/SETBIT/BITFIELD/BITCOUNT,BITPO...Huang Zhw2021-07-211-0/+31
* SMOVE only notify dstset when the addition is successful. (#9244)Binbin2021-07-211-0/+22
* Test infra, handle RESP3 attributes and big-numbers and bools (#9235)Oran Agra2021-07-212-15/+88
* Tests: add a way to read raw RESP protocol reponses (#9193)Oran Agra2021-07-212-1/+46
* Fix accidental deletion of sinterstore command when we meet wrong type error....Binbin2021-07-211-9/+186
* Change return value type for ZPOPMAX/MIN in RESP3 (#8981)Jason Elbaum2021-07-211-0/+41
* Fail EXEC command in case a watched key is expired (#9194)perryitay2021-07-211-0/+16
* Fix race in client side tracking (#9116)Oran Agra2021-07-211-0/+16
* unregister AE_READABLE from the read pipe in backgroundSaveDoneHandlerSocket ...YaacovHazan2021-07-211-0/+39
* Add a timeout mechanism for replicas stuck in fullsync (#8762)guybe72021-07-211-2/+16
* if diskless repl child is killed, make sure to reap the pid (#7742)Oran Agra2021-07-211-0/+42
* Fix failed tests on Linux Alpine and add a CI job. (#8532)Yossi Gottlieb2021-03-021-1/+14
* Fix timing error oom-score-adj test (#8513)sundb2021-03-021-1/+6
* RM_ZsetRem: Delete key if empty (#8453)Viktor Söderqvist2021-02-233-0/+47
* Improve stability of new CSC eviction test (#8160)Oran Agra2021-01-121-2/+14
* fix race in cluster transactions test (#8312)Oran Agra2021-01-121-0/+2
* Fix cluster diskless load swapdb test (#8308)Oran Agra2021-01-122-5/+12
* Moved RMAPI_FUNC_SUPPORTED location such that it will be visible to modules (...Meir Shpilraien (Spielrein)2021-01-121-0/+6
* prevent client tracking from causing feedback loop in performEvictions (#8100)Oran Agra2021-01-122-0/+57
* Further improved ACL algorithm for picking categoriesMadelyn Olson2021-01-121-9/+15
* Swapdb should make transaction fail if there is any client watching keys (#8239)Yang Bodong2021-01-121-0/+23
* Fix wrong order of key/value in Lua map response (#8266)Oran Agra2021-01-122-0/+43
* Handle output buffer limits for Module blocked clients (#8141)Oran Agra2021-01-122-0/+118
* Backup keys to slots map and restore when fail to sync if diskless-load type ...Wang Yuan2021-01-121-0/+77
* EXISTS should not alter LRU, OBJECT should not reveal expired keys on replica...guybe72021-01-121-1/+2
* Disable rehash when redis has child process (#8007)Wang Yuan2021-01-121-0/+20
* Attempt to fix sporadic test failures due to wait_for_log_messages (#7955)Oran Agra2020-10-271-0/+2
* fix invalid 'failover' identifier in cluster slave selection test (#7942)Zach Fewtrell2020-10-271-1/+1
* WATCH no longer ignores keys which have expired for MULTI/EXEC. (#7920)Qu Chen2020-10-271-2/+2
* improve verbose logging on failed test. print log file lines (#7938)Oran Agra2020-10-271-0/+4
* Add a --no-latency tests flag. (#7939)Yossi Gottlieb2020-10-274-8/+22
* Fix tests failure on busybox systems. (#7916)Yossi Gottlieb2020-10-272-2/+2
* Modules: fix RM_GetCommandKeys API. (#7901)Yossi Gottlieb2020-10-271-4/+1
* Add Module API for version and compatibility checks (#7865)Meir Shpilraien (Spielrein)2020-10-276-0/+55
* Module API: Add RM_GetClientCertificate(). (#7866)Yossi Gottlieb2020-10-272-0/+29
* Modules: Add RM_GetDetachedThreadSafeContext(). (#7886)Yossi Gottlieb2020-10-272-0/+31
* Modules: add RM_GetCommandKeys().Yossi Gottlieb2020-10-273-1/+171
* Fixed excessive categories being displayed from acls (#7889)Madelyn Olson2020-10-271-0/+14
* Allow blocked XREAD on a cluster replica (#7881)Oran Agra2020-10-272-0/+34
* memory reporting of clients argv (#7874)Oran Agra2020-10-271-1/+1
* Fix crash in script timeout during AOF loading (#7870)Oran Agra2020-10-271-0/+39
* Fixed Tracking test “The other connection is able to get invalidations” (...nitaicaro2020-10-271-2/+3
* Fix new obuf-limits tests to work with TLS (#7848)Oran Agra2020-10-272-13/+29
* Don't write replies if close the client ASAP (#7202)Wang Yuan2020-10-272-0/+107
* Add Swapdb Module Event (#7804)Wen Hui2020-10-272-0/+18
* Remove tmp rdb file in background thread (#7762)Wang Yuan2020-10-272-0/+50
* Clarify help text of tcl scripts. (#7798)WuYunlong2020-10-271-0/+1