summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix oom-score-adj on older distros. (#7724)Yossi Gottlieb2020-08-301-2/+2
* EXEC with only read commands should not be rejected when OOM (#7696)valentinogeron2020-08-271-0/+38
* Add test coverage for CLIENT UNBLOCK (#7712)Oran Agra2020-08-271-1/+52
* Fix LPOS command when RANK is greater than matchesValentino Geron2020-08-231-0/+6
* Tests: fix redis-cli with remote hosts. (#7693)Yossi Gottlieb2020-08-233-5/+5
* Fix flock cluster config may cause failure to restart after kill -9 (#7674)杨博东2020-08-201-5/+9
* Module API: fix missing RM_CLIENTINFO_FLAG_SSL. (#7666)Yossi Gottlieb2020-08-172-0/+57
* Add oom-score-adj configuration option to control Linux OOM killer. (#1690)Yossi Gottlieb2020-08-122-0/+82
* Test:Fix invalid cases in hash.tcl and dump.tcl (#4611)Mota2020-08-122-5/+5
* Implement SMISMEMBER key member [member ...] (#7615)Tyson Andre2020-08-112-3/+33
* see #7544, added RedisModule_HoldString api. (#7577)Meir Shpilraien (Spielrein)2020-08-092-8/+21
* Reduce the probability of failure when start redis in runtest-cluster #7554 (...Oran Agra2020-08-091-5/+23
* Accelerate diskless master connections, and general re-connections (#6271)Oran Agra2020-08-062-4/+38
* Fix tests/cluster/cluster.tcl about wrong usage of lrange. (#6702)WuYunlong2020-08-041-1/+1
* Add a ZMSCORE command returning an array of scores. (#7593)Tyson Andre2020-08-042-1/+54
* fix new rdb test failing on timing issues (#7604)Oran Agra2020-08-041-2/+2
* module hook for master link up missing on successful psync (#7584)Oran Agra2020-07-311-2/+17
* Fix running single test 14-consistency-check.tcl (#7587)WuYunlong2020-07-301-0/+1
* Fix TLS cluster tests. (#7578)Yossi Gottlieb2020-07-281-1/+4
* Fix failing tests due to issues with wait_for_log_message (#7572)Oran Agra2020-07-283-34/+38
* Add optional tls verification (#7502)Jiayuan Chen2020-07-281-0/+12
* Stabilize bgsave test that sometimes fails with valgrind (#7559)Oran Agra2020-07-231-2/+20
* This PR introduces a new loaded keyspace event (#7536)Meir Shpilraien (Spielrein)2020-07-233-1/+123
* testsuite may leave servers alive on error (#7549)Oran Agra2020-07-211-0/+3
* Tests: drop TCL 8.6 dependency. (#7548)Yossi Gottlieb2020-07-211-22/+27
* Fix deprecated tail syntax in tests (#7543)Remi Collet2020-07-211-1/+1
* Fix command help for unexpected options (#7476)WuYunlong2020-07-153-0/+17
* redis-cli tests, fix valgrind timing issue (#7519)Oran Agra2020-07-141-1/+1
* Fix out of update help info in tcl tests. (#7516)WuYunlong2020-07-141-2/+0
* fix recently added time sensitive tests failing with valgrind (#7512)Oran Agra2020-07-132-6/+12
* runtest --stop pause stops before terminating the redis server (#7513)Oran Agra2020-07-132-2/+8
* Add missing latency-monitor tcl test to test_helper.tcl. (#6782)WuYunlong2020-07-101-0/+1
* TLS: Session caching configuration support. (#7420)Yossi Gottlieb2020-07-101-10/+18
* TLS: Add missing redis-cli options. (#7456)Yossi Gottlieb2020-07-102-19/+97
* RESTORE ABSTTL won't store expired keys into the db (#7472)Oran Agra2020-07-101-1/+12
* skip a test that uses +inf on valgrind (#7440)Oran Agra2020-07-101-9/+12
* stabilize tests that look for log lines (#7367)Oran Agra2020-07-103-11/+33
* tests/valgrind: don't use debug restart (#7404)Oran Agra2020-07-103-57/+110
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-06-242-24/+110
|\
| * Merge pull request #7390 from oranagra/exec_fails_abortSalvatore Sanfilippo2020-06-232-24/+110
| |\
| | * EXEC always fails with EXECABORT and multi-state is clearedOran Agra2020-06-232-24/+110
* | | LPOS: option FIRST renamed RANK.antirez2020-06-241-14/+14
|/ /
* | Fix RM_ScanKey module api not to return int encoded stringsmeir@redislabs.com2020-06-142-4/+21
* | LPOS: tests + crash fix.lposantirez2020-06-111-0/+44
|/
* Adapt EVAL+busy script test to new behavior.antirez2020-06-091-0/+3
* AOF: append origin SET if no expire optionzhaozhao.zz2020-06-031-0/+10
* fix pingoff test raceOran Agra2020-05-311-0/+1
* Test: take PSYNC2 test master timeout high during switch.antirez2020-05-281-1/+0
* Test: add the tracking unit as default.antirez2020-05-281-0/+1
* Merge pull request #7327 from oranagra/test-port-rangesSalvatore Sanfilippo2020-05-285-31/+48
|\