summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Cluster test: slots allocation.antirez2014-04-292-0/+29
* Cluster test: use 20 instances.antirez2014-04-291-1/+1
* Cluster / Sentinel test: instances count moved to run.tcl.antirez2014-04-293-1/+4
* Cluster test: config epoch conflict resolution.antirez2014-04-291-0/+24
* Cluster test: auto-discovery to form full mesh.antirez2014-04-291-0/+22
* Cluster test: check that every node has a different ID.antirez2014-04-291-1/+15
* Cluster test: basic cluster nodes info access functions.antirez2014-04-291-0/+37
* Test: fixed scripting.tcl test false positive.antirez2014-04-241-0/+1
* Redis Cluster test framework skeleton.antirez2014-04-244-0/+58
* Sentinel test files / directories layout improved.antirez2014-04-249-25/+37
* Test: spawn_instance now supports additional config.antirez2014-04-241-4/+10
* Merge pull request #1677 from mattsta/expire-before-deleteSalvatore Sanfilippo2014-04-231-0/+8
|\
| * Add test for deleting an expired keyMatt Stancliff2014-04-101-0/+8
* | Fuzzy test for ZREMRANGEBYLEX added.antirez2014-04-181-1/+41
* | PFCOUNT multi-key test added.antirez2014-04-181-0/+15
* | Sorted set lex ranges stress tester.antirez2014-04-171-0/+65
* | Basic ZRANGEBYLEX / ZLEXCOUNT tests.antirez2014-04-171-0/+56
* | More HyperLogLog tests.antirez2014-04-161-0/+76
* | PFMERGE fixed to work with sparse encoding.antirez2014-04-141-2/+2
|/
* Initial HyperLogLog tests.antirez2014-04-032-0/+69
* Test: do not complain when "leaks" can't run because process died.antirez2014-03-251-0/+4
* Sentinel test: 02 unit better coverage + refactoring.antirez2014-03-181-13/+51
* Sentinel test: foreach_instance_id implements 'break'.antirez2014-03-181-0/+2
* Sentinel: instance_is_killed proc added to sentinel.tcl.antirez2014-03-181-0/+6
* Sentinel test: set less time sensitive defaults.antirez2014-03-041-0/+2
* Sentinel test: debugging console improved.antirez2014-03-041-2/+42
* Sentinel test: initial debugging console.antirez2014-03-042-1/+27
* Sentinel test: be more patient in create_redis_master_slave_cluster.antirez2014-03-041-1/+1
* Sentiel test: add test start time in output.antirez2014-03-041-4/+5
* Sentinel test: use 1000 as retry in initial 00 unit test.antirez2014-03-031-1/+1
* Sentinel test: initial tests in 03 unit.antirez2014-03-031-0/+39
* Sentinel test: foreach_instance_id now supports 'continue'.antirez2014-03-031-0/+2
* Sentienl test: fixed typo in unit 03 top comment.antirez2014-03-031-1/+1
* BITPOS fuzzy testing.antirez2014-02-271-0/+33
* Basic BITPOS tests.antirez2014-02-271-0/+102
* Added two more BITCOUNT tests stressing misaligned access.antirez2014-02-271-0/+12
* BITCOUNT fuzzy test with random start/end added.antirez2014-02-271-1/+15
* Sentinel test: add stub for unit 04.antirez2014-02-251-0/+5
* Sentinel test: added TODO items in 02 unit.antirez2014-02-251-0/+5
* Sentinel test: check role at end of unit 01.antirez2014-02-251-0/+4
* Sentinel test: kill masters instead of using DEBUG SLEEP in all tests.antirez2014-02-252-5/+12
* Sentinel test: restart instances left killed by previous unit.antirez2014-02-251-0/+12
* Sentinel test: jump to next unit on test failure.antirez2014-02-251-0/+2
* Sentinel test: test majority crashing Sentinels.antirez2014-02-251-8/+6
* Sentinel test: restart_instance should refresh pid attrib.antirez2014-02-251-0/+4
* Sentinel test: more stuff mored from 00-base to init.antirez2014-02-242-24/+24
* Sentinel test: removed useless code to set SDOWN timeout.antirez2014-02-241-4/+0
* Sentinel test: tmp dir and gitignore added.antirez2014-02-241-0/+2
* Sentinel test: minor fixes to --pause-on-error.antirez2014-02-231-3/+5
* Sentinel test: --pause-on-error option added.antirez2014-02-231-0/+17