summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* forbid module to unload when it holds ongoing timer (#10187)郭伟光2022-02-011-1/+39
* Fix wrong version calculation on Redis Function tests. (#10217)Meir Shpilraien (Spielrein)2022-01-311-2/+2
* Change replica migration tests to use continous slots to improve speed (#10215)Madelyn Olson2022-01-302-2/+2
* Revent the attempt to fix cluster rebalance test (#10207) (#10212)Oran Agra2022-01-314-23/+8
* Set default channel permission to resetchannels for 7.0 (#10181)Harkrishn Patro2022-01-303-26/+61
* fix cluster rebalance test race (#10207)Oran Agra2022-01-304-12/+38
* Allow SET without GET arg on write-only ACL. Allow BITFIELD GET on read-only ...Binbin2022-01-262-12/+106
* Solve race in a BGSAVE test (#10190)Oran Agra2022-01-261-5/+7
* solve race in expiration test (#10192)Oran Agra2022-01-261-2/+2
* Fix unused variable warning in subcommand.c (#10184)Binbin2022-01-261-0/+2
* Change expression to look for at least one limit exceeded (#10173)Madelyn Olson2022-01-261-1/+1
* Added engine stats to FUNCTION STATS command. (#10179)Meir Shpilraien (Spielrein)2022-01-251-1/+31
* Improve testing and update flags around commands without ACL keyspec flags (#...Madelyn Olson2022-01-251-0/+70
* Correctly handle minimum arity checks in scripts (#10171)Madelyn Olson2022-01-241-0/+5
* re-fix EVAL timeout test (#10169)Oran Agra2022-01-241-3/+2
* Fix EVAL timeout test failed on freebsd (#10098)chenyang80942022-01-242-12/+16
* Support function flags in script EVAL via shebang header (#10126)yoav-steinberg2022-01-243-4/+167
* Disable keyspec module API in 7.0 RC1 (#10135)Viktor Söderqvist2022-01-244-2/+16
* Fix AOFRW limit test occasional failures on slower machines (#10164)chenyang80942022-01-241-22/+22
* Fix flaky cluster tests in 24-links.tcl (#10157)ny03122022-01-231-23/+38
* Fix timing issue in sentinel CKQUORUM test (#10036)Binbin2022-01-231-3/+10
* sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...Binbin2022-01-2341-61/+301
* Improved handling of subcommands (don't allow ACL on first-arg of a sub-comma...guybe72022-01-222-8/+24
* ACL V2 - Selectors and key based permissions (#9974)Madelyn Olson2022-01-206-14/+340
* Adding module api for processing commands during busy jobs and allow flagging...perryitay2022-01-205-3/+265
* Added AOF rewrite support for functions. (#10141)Meir Shpilraien (Spielrein)2022-01-191-0/+14
* Add sentinel config set test case (#10114)Wen Hui2022-01-191-0/+47
* Fix replica count check in migration tests. (#10140)Ozan Tezcan2022-01-193-4/+4
* Fix eventloop module test for valgrind (#10139)Ozan Tezcan2022-01-191-2/+1
* New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) ...Oran Agra2022-01-184-22/+22
* Use const char pointer in redismodule.h as far as possible (#10064)Wang Yuan2022-01-181-1/+1
* Add event loop support to the module API (#10001)Ozan Tezcan2022-01-183-1/+304
* Fix additional AOF filename issues. (#10110)Yossi Gottlieb2022-01-181-5/+5
* Fix `FUNCTION LOAD` ignores unknown parameter. (#10131)Meir Shpilraien (Spielrein)2022-01-181-0/+7
* Set repl-diskless-sync to yes by default, add repl-diskless-sync-max-replicas...Oran Agra2022-01-1711-16/+42
* show subcommands latencystats (#10103)zhaozhao.zz2022-01-172-14/+40
* Fix timing issue in PSETEX/PEXPIRE sub-second expire tests (#10121)Binbin2022-01-171-6/+3
* Fix quicklist node not being recompressed correctly after inserting a new nod...sundb2022-01-161-0/+26
* Fix function no-cluster flag test (#10115)Binbin2022-01-151-1/+3
* Function Flags support (no-writes, no-cluster, allow-state, allow-oom) (#10066)Meir Shpilraien (Spielrein)2022-01-145-37/+271
* Fix kill aof rewrite child test (#10107)Binbin2022-01-131-1/+1
* Added RM_MonotonicMicroseconds() API to provide monotonic time function (#10101)Ozan Tezcan2022-01-132-0/+15
* Always create base AOF file when redis start from empty. (#10102)chenyang80942022-01-133-2/+57
* Show subcommand full name in error log / ACL LOG (#10105)Binbin2022-01-121-36/+40
* Add script tests to cover keys with expiration time set (#10096)Binbin2022-01-111-23/+67
* Move doc metadata from COMMAND to COMMAND DOCS (#10056)Oran Agra2022-01-114-47/+29
* LPOP/RPOP with count against non existing list return null array (#10095)Binbin2022-01-111-7/+37
* Fix timing issue with cluster hostname test (#10086)Madelyn Olson2022-01-101-0/+10
* Support whitespace characters in appendfilename, and ban them in appenddirnam...chenyang80942022-01-101-3/+26
* Changed latency histogram output to omit trailing 0s and periods (#10075)Madelyn Olson2022-01-092-10/+10