summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Corrupt stream key access to uninitialized memory (#8681)Oran Agra2021-03-241-0/+11
* Add support for reading encrypted keyfiles. (#8644)Yossi Gottlieb2021-03-221-0/+15
* fix race in diskless load cluster tests (#8674)Oran Agra2021-03-221-1/+8
* Fix race in replication test (#8679)Oran Agra2021-03-221-2/+4
* Fix script kill to work also on scripts that use pcall (#8661)Meir Shpilraien (Spielrein)2021-03-171-0/+28
* When tests exit normally, some processes may still be alive (#8647)Huang Zhw2021-03-161-1/+1
* Redact slowlog entries for config with sensitive data. (#8584)Madelyn Olson2021-03-151-0/+16
* Missing EXEC on modules propagation after failed EVAL execution (#8654)guybe72021-03-151-0/+49
* Optimize CLUSTER SLOTS reply by reducing unneeded loops (#8541)KinWaiYuen2021-03-111-0/+9
* Fix some memory leaks in propagagte.c (#8636)guybe72021-03-111-2/+4
* Process hello command even if the default user has no permissions. (#8633)Harkrishn Patro2021-03-101-0/+8
* Fix some issues with modules and MULTI/EXEC (#8617)guybe72021-03-102-0/+127
* Fix test false positive due to a race condition. (#8616)Yossi Gottlieb2021-03-081-0/+6
* Fix flaky unit/maxmemory test on MacOS/BSD. (#8619)Yossi Gottlieb2021-03-081-1/+1
* Improve redis-cli non-binary safe string handling. (#8566)Yossi Gottlieb2021-03-041-0/+36
* Fix potential replication-4 test race condition. (#8583)Yossi Gottlieb2021-03-021-6/+10
* fix new networking tests to work when the test suite is used in tls mode (#8582)YaacovHazan2021-03-011-6/+8
* fix stream deep sanitization with deleted records (#8568)Oran Agra2021-03-012-0/+2
* Make port, tls-port and bind configurations modifiable (#8510)YaacovHazan2021-03-014-3/+61
* fix: call CLIENT INFO from redis module will crash the server (#8560)Bonsai2021-03-011-0/+4
* Shared reusable client for RM_Call() (#8516)Viktor Söderqvist2021-02-281-0/+5
* Allow stopped redis processes to be killed in tests (#8552)Madelyn Olson2021-02-242-0/+4
* Use addReplyErrorObject with shared.noscripterr (#8544)sundb2021-02-241-0/+13
* Fix race in CONFIG REWRITE sanity (#8536)guybe72021-02-231-1/+1
* Fix failed tests on Linux Alpine and add a CI job. (#8532)Yossi Gottlieb2021-02-231-1/+13
* Remove acl subcommand validation if fully added command exists. (#8483)Harkrishn Patro2021-02-221-0/+19
* Client tracking tracking-redir-broken push len is 2 not 3 (#8456)Huang Zw2021-02-212-37/+85
* EXPIRE, EXPIREAT, SETEX, GETEX: Return error when expire time overflows (#8287)Gnanesh2021-02-211-0/+52
* Fix timing error oom-score-adj test (#8513)sundb2021-02-191-1/+6
* Adds INFO fields to track fork child progress (#8414)uriyage2021-02-161-3/+21
* minor test suite cleanup, revive old test (#8497)Oran Agra2021-02-152-3/+2
* Escape unsafe field name characters in INFO. (#8492)Yossi Gottlieb2021-02-154-1/+19
* solve race in replication-2 test - again (#8491)Oran Agra2021-02-151-3/+7
* Modules: In RM_HashSet, add COUNT_ALL flag and set errno (#8446)Viktor Söderqvist2021-02-153-0/+114
* Fix errors with sentinel leaked fds test. (#8482)Yossi Gottlieb2021-02-112-9/+18
* Removed time sensitive checks from block on background tests. Fixed uninitial...filipe oliveira2021-02-102-18/+38
* Cleanup in redis-cli and tests: release memory on exit, change dup test name ...WuYunlong2021-02-091-0/+0
* Fix and cleanup Sentinel leaked fds test. (#8469)Yossi Gottlieb2021-02-085-36/+91
* [fix] Increasing block on background timeout time to avoid test failure (#8470)filipe oliveira2021-02-081-3/+3
* solve race in replication-2 test (#8461)Oran Agra2021-02-071-4/+2
* Add --dump-logs tests option. (#8459)Yossi Gottlieb2021-02-072-0/+18
* RM_ZsetRem: Delete key if empty (#8453)Viktor Söderqvist2021-02-053-0/+47
* Fix compiler warning on implicit declaration of ‘nanosleep’ . Removed unu...filipe oliveira2021-02-051-3/+3
* RAND* commands: fix risk of OOM panic in hash and zset, use fair random in ha...sundb2021-02-054-6/+87
* Fix GEOSEARCH tcl test error (#8451)Yang Bodong2021-02-041-5/+10
* GEOSEARCH bybox bug fixes and new fuzzy tester (#8445)Yang Bodong2021-02-041-27/+185
* Fix 32-bit test modules build. (#8448)Yossi Gottlieb2021-02-041-0/+6
* Fix FreeBSD tests and CI Daily issues. (#8438)Yossi Gottlieb2021-02-032-1/+8
* temporarily disable sentinel test FD leak print (#8425)Oran Agra2021-01-311-2/+2
* Fix test issues from introduction of HRANDFIELD (#8424)Oran Agra2021-01-312-1/+16