summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add LMPOP/BLMPOP commands. (#9373)Binbin2021-09-092-59/+385
* Delay to discard cached master when full synchronization (#9398)Wang Yuan2021-09-091-0/+68
* Fix callReplyParseCollection memleak when use AutoMemory (#9446)chenyang80942021-09-091-0/+40
* Fix wrong offset when replica pause (#9448)zhaozhao.zz2021-09-081-0/+51
* Optimize quicklistIndex to seek from the nearest end (#9454)Viktor Söderqvist2021-09-061-2/+2
* Speed up sentinel tests (#9408)Wen Hui2021-09-057-6/+35
* Add test verifying PUBSUB NUMPAT behavior (#9209)Madelyn Olson2021-09-031-0/+18
* Tune timeout of active defrag test (#9426)Oran Agra2021-08-301-1/+1
* Better error handling for updateClientOutputBufferLimit. (#9308)Binbin2021-08-291-0/+28
* redis-benchmark: improved help and warnings (#9419)Viktor Söderqvist2021-08-291-5/+5
* BITSET and BITFIELD SET only propagate command when the value changed. (#9403)Binbin2021-08-221-0/+35
* Let CONFIG GET * show both replicaof and its alias (#9395)Viktor Söderqvist2021-08-211-0/+1
* Sanitize dump payload: fix double free after insert dup nodekey to stream rax...sundb2021-08-201-0/+10
* Skip OOM-related tests on incompatible platforms. (#9386)Yossi Gottlieb2021-08-181-0/+12
* support regex in "--only" in runtest (#9352)yoav-steinberg2021-08-102-2/+13
* Replace all usage of ziplist with listpack for t_hash (#8887)sundb2021-08-109-42/+90
* Sanitize dump payload: handle remaining empty key when RDB loading and restor...sundb2021-08-092-14/+38
* Add SORT_RO command (#9299)Eduardo Semprebon2021-08-091-0/+12
* Allow master to replicate command longer than replica's query buffer limit (#...Qu Chen2021-08-081-0/+13
* [BUGFIX] Add some missed error statistics (#9328)DarrenJiang132021-08-061-3/+4
* Ignore resize threshold on idle qbuf resizing (#9322)yoav-steinberg2021-08-061-13/+31
* corrupt-dump-fuzzer test, avoid creating junk keys (#9302)Oran Agra2021-08-052-1/+9
* Improvements to corrupt payload sanitization (#9321)Oran Agra2021-08-051-0/+86
* Sanitize dump payload: fix empty keys when RDB loading and restore command (#...sundb2021-08-052-8/+57
* Make sure execute SLAVEOF command in the right order in psync2 test. (#9316)Binbin2021-08-051-8/+49
* Add sentinel debug option command (#9291)Wen Hui2021-08-051-2/+0
* redis-cli ASK redirect test: Add retry loop to fix timing issue (#9315)Viktor Söderqvist2021-08-051-3/+7
* Use madvise(MADV_DONTNEED) to release memory to reduce COW (#8974)Wang Yuan2021-08-042-0/+102
* Fix tests failure on 32bit build (#9318)Meir Shpilraien (Spielrein)2021-08-041-1/+5
* Unified Lua and modules reply parsing and added RESP3 support to RM_Call (#9202)Meir Shpilraien (Spielrein)2021-08-044-0/+514
* Skip new redis-cli ASK test in TLS mode (#9312)Oran Agra2021-08-031-0/+2
* Add SINTERCARD/ZINTERCARD Commands (#8946)Jonah H. Harris2021-08-032-3/+22
* Module api support for RESP3 (#8521)Ariel Shtul2021-08-034-0/+268
* Tests: fix commandfilter crash on alpine. (#9307)Yossi Gottlieb2021-08-021-2/+4
* When redis-cli received ASK, it didn't handle it (#8930)Huang Zhw2021-08-022-5/+84
* Add NX/XX/GT/LT options to EXPIRE command group (#2795)Ning Sun2021-08-021-0/+121
* Fix if consumer is created as a side effect without notify and dirty++ (#9263)menwen2021-08-021-0/+24
* GEO* STORE with empty src key delete the dest key and return 0, not empty arr...Binbin2021-08-011-0/+71
* Tests: avoid short reads on redis-cli output. (#9301)Yossi Gottlieb2021-08-011-4/+16
* Remove const from CommandFilterArgGet result (#9247)Guy Korland2021-08-012-1/+37
* tests: fix a typo (#9294)Long Dai2021-07-301-1/+1
* Clean unused var compiler warning in module test. (#9289)Yossi Gottlieb2021-07-291-1/+1
* Remove duplicate zero-port sentinels (#9240)Wen Hui2021-07-292-0/+46
* Fix missing check for sanitize_dump in corrupt-dump-fuzzer test (#9285)sundb2021-07-291-3/+3
* tests: fix exec fails when grep exists with status other than 0 (#9066)ZhaolongLi2021-07-251-1/+5
* On 32 bit platform, the bit position of GETBIT/SETBIT/BITFIELD/BITCOUNT,BITPO...Huang Zhw2021-07-211-0/+26
* SMOVE only notify dstset when the addition is successful. (#9244)Binbin2021-07-171-0/+22
* Test infra, handle RESP3 attributes and big-numbers and bools (#9235)Oran Agra2021-07-142-18/+88
* Fail EXEC command in case a watched key is expired (#9194)perryitay2021-07-111-0/+16
* Pre-test bind-source-addr before running test. (#9214)Yossi Gottlieb2021-07-111-1/+35