summaryrefslogtreecommitdiff
path: root/tests/support
Commit message (Expand)AuthorAgeFilesLines
* Fix regex support in --only, --skipfile and --skiptest (#10741)Valentino Geron2022-05-251-9/+17
* Fix --save command line regression in redis 7.0.0 (#10690)Oran Agra2022-05-091-6/+16
* By default prevent cross slot operations in functions and scripts with # (#10...Madelyn Olson2022-04-261-0/+6
* Add RM_PublishMessageShard (#10543)guybe72022-04-171-0/+10
* Functions: Move library meta data to be part of the library payload. (#10500)Meir Shpilraien (Spielrein)2022-04-051-0/+4
* optimize(remove) usage of client's pending_querybuf (#10413)zhaozhao.zz2022-03-251-2/+2
* Fix redis-cli CLUSTER SETSLOT race conditions (#10381)Viktor Söderqvist2022-03-161-0/+8
* Regression test for sync psync crash (#10288)Binbin2022-02-132-6/+6
* add test suite infra to test RESP3 attributes (#10247)Oran Agra2022-02-071-2/+9
* redis-cli generates command help tables from the results of COMMAND (#10043)Jason Elbaum2022-02-051-1/+1
* Revent the attempt to fix cluster rebalance test (#10207) (#10212)Oran Agra2022-01-311-2/+3
* Fix EVAL timeout test failed on freebsd (#10098)chenyang80942022-01-241-1/+5
* sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...Binbin2022-01-231-0/+6
* Set repl-diskless-sync to yes by default, add repl-diskless-sync-max-replicas...Oran Agra2022-01-171-0/+8
* Added INFO LATENCYSTATS section: latency by percentile distribution/latency b...filipe oliveira2022-01-051-0/+6
* Show the elapsed time of single test and speed up some tests (#10058)sundb2022-01-051-1/+3
* Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)chenyang80942022-01-033-5/+180
* Sharded pubsub implementation (#8621)Harkrishn Patro2022-01-021-1/+5
* Wait for replicas when shutting down (#9872)Viktor Söderqvist2022-01-022-3/+10
* Tests: don't rely on the response of MEMORY USAGE when mem_allocator is not j...chenyang80942021-12-271-0/+10
* resolve replication test timing sensitivity - 2nd attempt (#9988)Oran Agra2021-12-221-2/+2
* Add external test that runs without debug command (#9964)Oran Agra2021-12-192-6/+19
* Protected configs and sensitive commands (#9920)YaacovHazan2021-12-191-0/+10
* Introduce memory management on cluster link buffers (#9774)ny03122021-12-161-0/+8
* Add FUNCTION FLUSH command to flush all functions (#9936)Meir Shpilraien (Spielrein)2021-12-161-0/+1
* Fix possible int overflow when hashing an sds. (#9916)yoav-steinberg2021-12-131-0/+71
* Obliterate STRALGO! add LCS (which only works on keys) (#9799)guybe72021-11-181-1/+1
* Connection leak in external tests. (#9777)yoav-steinberg2021-11-151-1/+5
* Add sanitizer support and clean up sanitizer findings (#9601)Ozan Tezcan2021-11-112-1/+47
* Archive external redis log in external tests (#9765)yoav-steinberg2021-11-112-10/+8
* Test suite - user server socket to optimize port detection (#9663)chendianqiang2021-11-071-7/+9
* Add support for list type to store elements larger than 4GB (#9357)perryitay2021-11-032-0/+9
* attempt to fix tracking test issue with external tests due to lazy free (#9722)Oran Agra2021-11-021-0/+8
* Testsuite: attempt to find / avoid valgrind warnings of killed processes (#9679)Oran Agra2021-10-261-2/+5
* Client eviction ci issues (#9549)yoav-steinberg2021-09-261-0/+5
* Add --skipfile and --skiptest regex support. (#9555)Yossi Gottlieb2021-09-261-2/+2
* Fix test randstring, compare string and int is wrong. (#9544)Huang Zhw2021-09-241-2/+3
* Client eviction (#8687)yoav-steinberg2021-09-231-6/+5
* Added URI support to redis-benchmark (cli and benchmark share the same uri-pa...filipe oliveira2021-09-141-0/+14
* Fixed leaked client for "start_server" when running in --loop (#9497)yoav-steinberg2021-09-132-1/+8
* bitpos/bitcount add bit index (#9324)Huang Zhw2021-09-121-0/+5
* support regex in "--only" in runtest (#9352)yoav-steinberg2021-08-101-1/+12
* corrupt-dump-fuzzer test, avoid creating junk keys (#9302)Oran Agra2021-08-051-1/+2
* Unified Lua and modules reply parsing and added RESP3 support to RM_Call (#9202)Meir Shpilraien (Spielrein)2021-08-041-0/+1
* Module api support for RESP3 (#8521)Ariel Shtul2021-08-031-0/+7
* Remove duplicate zero-port sentinels (#9240)Wen Hui2021-07-291-0/+13
* Test infra, handle RESP3 attributes and big-numbers and bools (#9235)Oran Agra2021-07-141-18/+34
* Tests: add a way to read raw RESP protocol reponses (#9193)Oran Agra2021-07-041-1/+12
* Improve bind and protected-mode config handling. (#9034)Yossi Gottlieb2021-06-222-2/+21
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-102-3/+3