summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* solve race in replication test due to ping (#11609)Oran Agra2022-12-121-0/+3
* Fix timing issue in replication test (#11611)Binbin2022-12-121-3/+3
* Avoid ASAN test errors on crash report tests (#11605)Oran Agra2022-12-111-2/+2
* Fix zuiFind crash / RM_ScanKey hang on SET object listpack encoding (#11581)Binbin2022-12-092-7/+99
* Solve issues with active defrag test failing on fast machines (#11598)Oran Agra2022-12-091-1/+1
* Normalize NAN to a single nan type, like we do with inf (#11597)Binbin2022-12-081-6/+4
* Optimize client memory usage tracking operation while client eviction is disa...Harkrishn Patro2022-12-071-2/+49
* Reintroduce lua argument cache in luaRedisGenericCommand removed in v7.0 (#1...filipe oliveira2022-12-051-0/+15
* Speedup GEODIST with fixedpoint_d2string as an optimized version of snprintf ...filipe oliveira2022-12-041-0/+2
* Regenerate payloads for cgroups tests using string2printable (#11560)Binbin2022-12-011-4/+3
* Try to fix a race in psync2 test (#11553)Oran Agra2022-11-301-0/+4
* Stream consumers: Re-purpose seen-time, add active-time (#11099)guybe72022-11-301-7/+63
* Add a special notification unlink available only for modules (#9406)Huang Zhw2022-11-302-0/+287
* Hyperloglog avoid allocate more than 'server.hll_sparse_max_bytes' bytes of m...Mingyi Kang2022-11-281-0/+30
* Fix replication on expired key test timing issue, give it more chances (#11548)Binbin2022-11-281-4/+20
* Add withscore option to ZRANK and ZREVRANK. (#11235)C Charles2022-11-281-2/+18
* Removed unecessary conversion of a dict to a dict (#11546)Madelyn Olson2022-11-271-43/+23
* [BUG] Fix announced ports not updating on local node when updated at runtime ...DevineLiu2022-11-251-0/+42
* Module API to allow writes after key space notification hooks (#11199)Meir Shpilraien (Spielrein)2022-11-245-1/+498
* Update Sentinel Debug command json file and add test case for it (#11513)Wen Hui2022-11-241-0/+9
* Make assert_refcount skip the OBJECT REFCOUNT check with needs:debug tag (#11...Binbin2022-11-224-11/+24
* Fix set with duplicate elements causes sdiff to hang (#11530)Binbin2022-11-223-4/+41
* Fix sentinel update loglevel tls test (#11528)Binbin2022-11-211-1/+0
* sanitize dump payload: fix crash with empty set with listpack encoding (#11519)Binbin2022-11-202-1/+11
* Add CONFIG SET and GET loglevel feature in Sentinel (#11214)Wen Hui2022-11-201-0/+8
* Introduce Shard IDs to logically group nodes in cluster mode (#10536)Ping Xie2022-11-162-3/+105
* Add listpack encoding for list (#11303)sundb2022-11-167-129/+311
* Explicitly send function commands to monitor (#11510)Madelyn Olson2022-11-151-0/+13
* Fix double negative nan test, ignoring sign (#11506)Binbin2022-11-151-4/+6
* Module CLIENT_CHANGE, Fix crash on free blocked client with DB!=0 (#11500)uriyage2022-11-141-0/+13
* Fix double inf test, use readraw to verify the protocol (#11504)Binbin2022-11-141-2/+6
* Add test to cover NAN reply using a module (#11482)Oran Agra2022-11-132-2/+36
* fixes for fork child exit and test: #11463 (#11499)Oran Agra2022-11-122-1/+2
* Listpack encoding for sets (#11290)Viktor Söderqvist2022-11-093-61/+176