summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fix the client type in trackingInvalidateKey() (#11052)DarrenJiang132022-08-101-0/+13
* Tests: improve skip tags around resp3 (#11090)Valentino Geron2022-08-071-2/+6
* acl: bitfield with get and set|incrby can be executed with readonly permissio...Huang Zhw2022-08-071-0/+1
* Re-enable aof-race integration tests (#10972)Binbin2022-08-042-11/+14
* Fix acl tests to support `--singledb` flag (#11077)Valentino Geron2022-08-031-3/+5
* Fix function load error message (#10964)Wen Hui2022-08-021-3/+3
* Solve usleep compilation warning in keyspace_events.c (#11073)Binbin2022-08-021-0/+1
* Tests (cluster / sentinel): add --stop and--loop options (#11070)Binbin2022-08-011-0/+19
* tracking pending invalidation message of flushdb sent by (#11068)Huang Zhw2022-07-311-1/+1
* Fix bgsaveerr issue in psync wrong offset test (#11043)Binbin2022-07-271-4/+0
* Adds RM_Microseconds and RM_CachedMicroseconds (#11016)guybe72022-07-271-0/+13
* When client tracking is on, invalidation message of flushdb in a (#11038)Huang Zhw2022-07-261-0/+14
* Fix #11030, use lua_rawget to avoid triggering metatables and crash. (#11032)Meir Shpilraien (Spielrein)2022-07-261-0/+14
* Gossip forgotten nodes on `CLUSTER FORGET` (#10869)Viktor Söderqvist2022-07-261-5/+18
* Fix timing issue in cluster test (#11008)Binbin2022-07-182-7/+16
* Fix heap overflow corruption in XAUTOCLAIM (CVE-2022-31144) (#11002)Oran Agra2022-07-181-2/+19
* Avoid using unsafe C functions (#10932)ranshid2022-07-181-2/+2
* Fix cluster hostnames test causing failover while running valgrind (#10991)Madelyn Olson2022-07-171-0/+6
* Add an option to specify multiple skip files using `--skipfile` (#10975)Valentino Geron2022-07-171-2/+2
* Avoid valgrind fishy value warning on corrupt restore payloads (#10937)Oran Agra2022-07-131-0/+11
* Cluster test improvements (#10920)Madelyn Olson2022-07-1210-210/+235
* Trying to fix cluster test (#10963)Binbin2022-07-111-0/+4
* Add cluster-port support to redis-cli --cluster (#10344)Binbin2022-07-112-10/+88
* Fix crash during handshake and cluster shards call (#10942)Madelyn Olson2022-07-101-1/+14
* Add tests for error messages during slot migrations (#10449)Wen Hui2022-07-041-0/+50
* Account sharded pubsub channels memory consumption (#10925)Harkrishn Patro2022-07-041-3/+14
* Fix TLS tests on newer tcl-tls/OpenSSL. (#10910)Yossi Gottlieb2022-07-032-10/+36
* Add SENTINEL command flag to CLIENT/COMMANDS subcommands (#10904)Binbin2022-06-301-0/+7
* Fix CLUSTER RESET command argument number issue (#10898)Wen Hui2022-06-291-0/+13
* Add sharded pubsub keychannel count to client info (#10895)jonnyomerredis2022-06-281-2/+2
* Add missing REDISMODULE_CLIENTINFO_INITIALIZER (#10885)Viktor Söderqvist2022-06-271-2/+10
* Support conversion between `RedisModuleString` and `unsigned long long` (#10889)RinChanNOW!2022-06-262-0/+70
* redis-server command line arguments allow passing config name and value in th...Binbin2022-06-261-3/+43
* Add RM_SetClientNameById and RM_GetClientNameById (#10839)Viktor Söderqvist2022-06-262-0/+37
* fix benchmark failure in daily test with TLS (#10896)judeng2022-06-231-3/+3
* fix redis-benchmark's bug: check if clients are created successfully in idle ...judeng2022-06-221-0/+9
* Fix crash on RM_Call with script mode. (#10886)Meir Shpilraien (Spielrein)2022-06-212-2/+31
* Fix sentinel acl change test. Timing issue. (#10868)Moti Cohen2022-06-191-5/+7
* optimize zset conversion on large ZRANGESTORE (#10789)Oran Agra2022-06-141-1/+13
* Script that made modification will not break with unexpected NOREPLICAS error...Oran Agra2022-06-141-0/+46
* Allow ECHO in loading and stale modes (#10853)Oran Agra2022-06-141-4/+4
* Fixed SET and BITFIELD commands being wrongly marked movablekeys (#10837)Binbin2022-06-123-1/+86
* Fixing test to consider statically linked binaries (#10835)Christian Krieg2022-06-091-3/+6
* Update musl libc detection pattern (#10826)Petr Vaněk2022-06-071-1/+1
* rewrite alias config to original name (#10811)zhaozhao.zz2022-06-021-0/+23
* Fix bugs in CONFIG REWRITE, omitting rename-command and include lines, and in...zhugezy2022-06-022-0/+22
* Expose script flags to processCommand for better handling (#10744)Oran Agra2022-06-014-25/+169
* Fix broken protocol in MISCONF error, RM_Yield bugs, RM_Call(EVAL) OOM check ...Oran Agra2022-06-014-0/+344
* Sharded pubsub publish messagebulk as smessage (#10792)Harkrishn Patro2022-05-313-13/+13
* Add readonly flag to EVAL_RO, EVALSHA_RO and FCALL_RO (#10728)Madelyn Olson2022-05-292-0/+34