summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fix WAITAOF reply when using last_offset and last_numreplicas (#11917)Binbin2023-03-152-9/+69
* Implementing the WAITAOF command (issue #10505) (#11713)Slava Koyfman2023-03-142-2/+233
* Fix tail->repl_offset update in feedReplicationBuffer (#11905)Binbin2023-03-131-1/+11
* Large blocks of replica client output buffer could lead to psync loops and un...xbasel2023-03-121-0/+57
* Fix the bug that CLIENT REPLY OFF|SKIP cannot receive push notifications (#11...Binbin2023-03-124-3/+191
* Fix race in sentinel manual failover test (#11900)Binbin2023-03-121-1/+14
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-1133-51/+455
* Fix Uninitialised value error in createSparklineSequence (LATENCY GRAPH) (#11...Binbin2023-03-091-1/+19
* Fix test and improve assert_replication_stream print the whole stream (#11793)Binbin2023-03-083-3/+21
* Fix an issue when module decides to unblock a client which is blocked on keys...ranshid2023-03-082-3/+38
* Solve race in CLIENT NO-TOUCH lru test (#11883)Binbin2023-03-071-1/+1
* Skip test for sdsRemoveFreeSpace when mem_allocator is not jemalloc (#11878)sundb2023-03-073-1/+16
* Increase the threshold of the AOF loading defrag test (#11871)Binbin2023-03-041-2/+4
* Try to trim strings only when applicable (#11817)uriyage2023-02-283-1/+62
* Integer Overflow in RAND commands can lead to assertion (CVE-2023-25155) (#11...Oran Agra2023-02-283-0/+9
* String pattern matching had exponential time complexity on pathological patte...Oran Agra2023-02-281-0/+6
* Fix possible memory corruption in FLUSHALL when a client watches more than on...ranshid2023-02-281-0/+8
* Try to solve valgrind CI test error with client-eviction test (#11822)Oran Agra2023-02-231-0/+1
* Add CLIENT NO-TOUCH for clients to run commands without affecting LRU/LFU of ...Chen Tianjie2023-02-231-0/+25
* Speed up test: client evicted due to client tracking prefixes (#11823)Binbin2023-02-211-51/+54
* Prevent Redis from crashing from key tracking invalidations (#11814)Madelyn Olson2023-02-211-0/+38
* add test case and comments for active expiry in the writeable replica (#11789)judeng2023-02-201-0/+17
* Cleanup around script_caller, fix tracking of scripts and ACL logging for RM_...Oran Agra2023-02-166-13/+194
* Remove wrong code in list pot timeout test (#11805)Binbin2023-02-151-1/+0
* Minor changes around the blockonkeys test module (#11803)guybe72023-02-143-149/+74
* SCAN/RANDOMKEY and lazy-expire (#11788)guybe72023-02-141-0/+42
* Match REDISMODULE_OPEN_KEY_* flags to LOOKUP_* flags (#11772)Meir Shpilraien (Spielrein)2023-02-092-0/+69
* When DEBUG LOADAOF fails, return an error instead of exiting (#11790)Binbin2023-02-091-1/+1
* Optimize ZRANGE replies WITHSCORES in case of integer scores (#11779)filipe oliveira2023-02-061-1/+1
* Fix unstable test: replication with parallel clients writing in different DBs...Binbin2023-02-031-5/+18
* Fix timing issue in new ACL log test (#11781)Binbin2023-02-031-0/+1
* Added fields to ACL LOG error entries for precise time logging (#11477)Roshan Khatri2023-02-021-0/+22
* Propagate message to a node only if the cluster link is healthy. (#11752)Harkrishn Patro2023-02-021-1/+55
* Fix handshake timeout replication test race (#11773)Binbin2023-02-011-0/+8
* Optimization: sdsRemoveFreeSpace to avoid realloc on noop (#11766)uriyage2023-01-311-0/+9
* Obuf limit, exit during loop in *RAND* commands and KEYS (#11676)Oran Agra2023-01-161-0/+16
* Fix range issues in ZRANDMEMBER and HRANDFIELD (CVE-2023-22458) (#11674)Oran Agra2023-01-162-0/+10
* Avoid integer overflows in SETRANGE and SORT (CVE-2022-35977) (#11720)Oran Agra2023-01-162-0/+21
* Blocking command with a 0.001 seconds timeout blocks indefinitely (#11688)Gabi Ganam2023-01-081-0/+10
* Fix potential issue with Lua argv caching, module command filter and libc rea...Oran Agra2023-01-042-0/+44
* fix handshake timeout replication test race (#11640)Oran Agra2023-01-041-5/+5
* reprocess command when client is unblocked on keys (#11012)ranshid2023-01-017-12/+313
* Harden init-tests for cluster tests (#11635)Madelyn Olson2022-12-222-6/+25
* Fix race in PSYNC2 partial resync test (#11653)Binbin2022-12-221-0/+7
* Fix flaky PTTL time to live in milliseconds test on slow machines (#11651)Binbin2022-12-221-1/+1
* Cleanup: Get rid of server.core_propagates (#11572)guybe72022-12-202-3/+28
* fix race in list test with blocking commands (#11627)Oran Agra2022-12-182-12/+23
* fix flaky latency test (#11636)Oran Agra2022-12-181-0/+1
* Fixed small distance replies on GEODIST and GEO commands WITHDIST (#11631)filipe oliveira2022-12-151-0/+7
* Fix races in swapdb async_loading test (#11613)Binbin2022-12-131-4/+17