summaryrefslogtreecommitdiff
path: root/tests/unit/type
Commit message (Expand)AuthorAgeFilesLines
* Fix for set max entries edge case in setTypeCreate / setTypeMaybeConvert (#12...Binbin2023-05-161-2/+49
* Adding missing test case for smembers scard commands (#12148)Wen Hui2023-05-161-2/+6
* Fix bug: LPOS RANK LONG_ MIN causes overflow (#12167)JJ Lu2023-05-141-0/+1
* adding missing test cases GET and GETEX (#12125)Wen Hui2023-05-071-0/+8
* Updating missing test cases for Hash commands (#12116)Wen Hui2023-05-011-2/+9
* add test cases for decr decrby on missing key (#12070)Wen Hui2023-04-191-0/+11
* Added getrange missing testcase (#12061)Wen Hui2023-04-181-0/+5
* Adding missing test cases for substring (#12039)Wen Hui2023-04-131-0/+3
* Adding missing test cases for linsert command (#12040)Wen Hui2023-04-131-0/+9
* Add ZREMRANGEBYLEX basics tests to fix reply-schemas daily (#12021)Binbin2023-04-111-0/+40
* Avoid assertion when MSETNX is used with the same key twice (CVE-2023-28425) ...Oran Agra2023-03-201-0/+9
* Bump codespell to 2.2.4, fix typos and outupdated comments (#11911)Binbin2023-03-161-4/+4
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-114-10/+33
* Skip test for sdsRemoveFreeSpace when mem_allocator is not jemalloc (#11878)sundb2023-03-071-0/+2
* Integer Overflow in RAND commands can lead to assertion (CVE-2023-25155) (#11...Oran Agra2023-02-283-0/+9
* Remove wrong code in list pot timeout test (#11805)Binbin2023-02-151-1/+0
* Minor changes around the blockonkeys test module (#11803)guybe72023-02-141-5/+5
* Optimization: sdsRemoveFreeSpace to avoid realloc on noop (#11766)uriyage2023-01-311-0/+9
* 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-161-0/+10
* Blocking command with a 0.001 seconds timeout blocks indefinitely (#11688)Gabi Ganam2023-01-081-0/+10
* reprocess command when client is unblocked on keys (#11012)ranshid2023-01-012-11/+198
* fix race in list test with blocking commands (#11627)Oran Agra2022-12-182-12/+23
* Fix zuiFind crash / RM_ScanKey hang on SET object listpack encoding (#11581)Binbin2022-12-091-0/+79
* Regenerate payloads for cgroups tests using string2printable (#11560)Binbin2022-12-011-4/+3
* Stream consumers: Re-purpose seen-time, add active-time (#11099)guybe72022-11-301-7/+63
* Add withscore option to ZRANK and ZREVRANK. (#11235)C Charles2022-11-281-2/+18
* Make assert_refcount skip the OBJECT REFCOUNT check with needs:debug tag (#11...Binbin2022-11-221-5/+5
* Add listpack encoding for list (#11303)sundb2022-11-162-118/+238
* Listpack encoding for sets (#11290)Viktor Söderqvist2022-11-091-34/+151
* Fix XSETID with max_deleted_entry_id issue (#11444)Wen Hui2022-11-021-0/+13
* Set errno in case XADD with partial ID fails (#11424)guybe72022-10-241-0/+6
* optimizing d2string() and addReplyDouble() with grisu2: double to string conv...filipe oliveira2022-10-151-3/+9
* Improve BLMPOP/BZMPOP/WAIT timeout overflow handling and error messages (#11338)Moti Cohen2022-10-061-0/+8
* Fix the missing server.dirty increment and redundant signalModifiedKey in ser...sundb2022-09-281-0/+21
* Fix heap overflow vulnerability in XAUTOCLAIM (CVE-2022-35951) (#11301)Oran Agra2022-09-221-0/+4
* Fix crash due to delete entry from compress quicklistNode and wrongly split q...sundb2022-09-191-14/+64
* fix false valgrind error on new hash test (#11200)Oran Agra2022-08-291-3/+6
* fix hincrbyfloat not to create a key if the new value is invalid (#11149)chendianqiang2022-08-281-0/+4
* Bump codespell from 2.1.0 to 2.2.1 in /.codespell (#11184)Binbin2022-08-242-3/+3
* Add 2 test cases for XDEL and XGROUP CREATE command (#11137)Wen Hui2022-08-212-0/+37
* Rename offset and xsetid tags (#11103)guybe72022-08-141-2/+2
* Fix heap overflow corruption in XAUTOCLAIM (CVE-2022-31144) (#11002)Oran Agra2022-07-181-2/+19
* optimize zset conversion on large ZRANGESTORE (#10789)Oran Agra2022-06-141-1/+13
* Fix ZRANGESTORE crash when zset_max_listpack_entries is 0 (#10767)Vitaly2022-05-271-0/+9
* Fix BZMPOP gets unblocked by non-key args and returns them (#10764)Binbin2022-05-231-0/+27
* Update comments on command args, and a misleading error reply (#10645)Wen Hui2022-05-131-1/+2
* fast path when SDIFF command has the same key as the first key (#10663)Lu JJ2022-05-021-0/+7
* Run large-memory tests as solo. (#10626)Yossi Gottlieb2022-04-242-0/+4
* Tests: improve skip tags around maxmemory and resp3 (#10597)Oran Agra2022-04-192-11/+18