summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add module API flag for using enum configs as bit flags (#10643)Oran Agra2022-04-262-4/+32
* Fix bug when AOF enabled after startup. put the new incr file in the manifest...chenyang80942022-04-261-3/+165
* Allow configuring signaled shutdown flags (#10594)Eduardo Semprebon2022-04-263-3/+9
* Set replicas to panic on disk errors, and optionally panic on replication err...Madelyn Olson2022-04-262-0/+47
* By default prevent cross slot operations in functions and scripts with # (#10...Madelyn Olson2022-04-265-17/+82
* Fix regression not aborting transaction on error, and re-edit some error resp...guybe72022-04-257-12/+23
* Test: RM_Call from within "expired" notification (#10613)guybe72022-04-253-0/+32
* Run large-memory tests as solo. (#10626)Yossi Gottlieb2022-04-244-1/+10
* Fix timing issue in slowlog redact test (#10614)Binbin2022-04-241-12/+13
* Add socket-mark-id support for marking sockets. (#10349)David CARLIER2022-04-201-0/+1
* Tests: improve skip tags around maxmemory and resp3 (#10597)Oran Agra2022-04-194-17/+24
* Return 0 when config set out-of-range oom-score-adj-values (#10601)sundb2022-04-191-0/+5
* Fix RM_Yield bug processing future commands of the current client. (#10573)Oran Agra2022-04-181-4/+13
* Add RM_PublishMessageShard (#10543)guybe72022-04-175-77/+71
* Added test to verify loading Lua binary payload is not possible (#10583)Meir Shpilraien (Spielrein)2022-04-171-0/+6
* Add RM_MallocSizeString, RM_MallocSizeDict (#10542)guybe72022-04-173-0/+259
* Fix incorrect error code for eval scripts and fix test error checking (#10575)Madelyn Olson2022-04-1411-44/+44
* solve corrupt dump fuzzer crash in streams (#10579)Oran Agra2022-04-141-2/+10
* Keyspace event for new keys (#10512)Luke Palmer2022-04-131-0/+13
* Allow specifying ACL reason for module log entry (#10559)Madelyn Olson2022-04-112-1/+4
* COMMAND DOCS shows module name, where applicable (#10544)guybe72022-04-102-2/+3
* Fix RM_Yield bug (#10548)Oran Agra2022-04-071-4/+14
* Fix the bug that caused hash encoding errors when using hincrbyfloat or hincr...Lu JJ2022-04-051-0/+25
* use $^ instead of $< for linker in module makefile (#10530)judeng2022-04-051-1/+1
* Stabilize Sentinel tests - refine failover-timeout & tilt-period (#10518)Moti Cohen2022-04-052-4/+5
* Functions: Move library meta data to be part of the library payload. (#10500)Meir Shpilraien (Spielrein)2022-04-059-153/+241
* delete obsolete REDISMODULE_EXPERIMENTAL_API define in module demos (#10527)judeng2022-04-051-1/+0
* Fix #10508, on error, pop function and error handler from Lua stack. (#10519)Meir Shpilraien (Spielrein)2022-04-041-0/+13
* Fix sentinel ACL test. Timing issue. (#10510)Moti Cohen2022-04-031-4/+11
* Turn into replica on SETSLOT (#10489)Viktor Söderqvist2022-04-022-3/+12
* Fix failing moduleconfigs tests and memory leak (#10501)sundb2022-03-312-2/+8
* Prevent replica failover during manual takeover test (#10499)Madelyn Olson2022-03-311-6/+18
* Fix cluster slot migration test (#10495)Binbin2022-03-301-0/+26
* Move restart_killed_instances and verify_sentinel_auto_discovery to utils (#1...Binbin2022-03-303-23/+25
* Module Configurations (#10285)Nick Chun2022-03-304-1/+412
* introduce MAX_D2STRING_CHARS instead of 128 const (#10487)Oran Agra2022-03-281-0/+8
* Fix sentinel test SDOWN is triggered by non-responding instance (#10484)Moti Cohen2022-03-281-3/+6
* Fix new / failing cluster slot migration test (#10482)Oran Agra2022-03-271-8/+0
* Fix Sentinel reconnect test following ACL change (#10480)Moti Cohen2022-03-271-9/+11
* optimize(remove) usage of client's pending_querybuf (#10413)zhaozhao.zz2022-03-251-2/+2
* Add new RM_Call flags for script mode, no writes, and error replies. (#10372)Meir Shpilraien (Spielrein)2022-03-226-5/+70
* BITSET and BITFIELD SET should propagate even if just length changed (#10459)guybe72022-03-211-0/+6
* Increase function tests timeout (#10458)Meir Shpilraien (Spielrein)2022-03-211-9/+9
* Fix timing issue in shards test and fix displayed TLS port (#10450)Madelyn Olson2022-03-201-3/+3
* unblockClient: avoid to reset client when the client was shutdown-blocked (#1...郭伟光2022-03-201-0/+36
* Restore ::singledb after cluster test (#10441)sundb2022-03-182-1/+7
* Fixed incorrect parsing of hostname information from nodes.conf (#10435)Madelyn Olson2022-03-161-0/+3
* Fix redis-cli CLUSTER SETSLOT race conditions (#10381)Viktor Söderqvist2022-03-162-22/+92
* Fix module redact test for valgrind (#10432)Binbin2022-03-161-4/+4
* Add new cluster shards command (#10293)Harkrishn Patro2022-03-153-15/+200