summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * tests: find_available_port start search from next portOran Agra2020-05-271-7/+12
| * tests: each test client work on a distinct port rangeOran Agra2020-05-265-27/+39
* | Merge pull request #7336 from oranagra/modules_ci_32bitSalvatore Sanfilippo2020-05-281-1/+4
|\ \
| * | 32bit CI needs to build modules correctlyOran Agra2020-05-271-1/+4
* | | adjust revived meaningful offset testsOran Agra2020-05-281-20/+39
* | | revive meaningful offset testsOran Agra2020-05-282-0/+213
* | | Another meaningful offset test removed.antirez2020-05-271-100/+0
* | | Remove the PSYNC2 meaningful offset test.antirez2020-05-272-113/+0
|/ /
* | Test: PSYNC2 test can now show server logs.antirez2020-05-251-25/+88
|/
* Disconnect chained replicas when the replica performs PSYNC with the master a...Qu Chen2020-05-211-0/+50
* fix a rare active defrag edge case bug leading to stagnationOran Agra2020-05-201-2/+123
* Merge pull request #7232 from trevor211/handleHashTagWhenComputingHashSlotSalvatore Sanfilippo2020-05-192-3/+30
|\
| * Handle keys with hash tag when computing hash slot using tcl cluster client.WuYunlong2020-05-111-2/+23