| Commit message (Expand) | Author | Age | Files | Lines |
* | Add regression test for issue #1939 | Paddy Byers | 2014-09-01 | 1 | -0/+12 |
* | Stop tests from leaving a black background | Mariano Pérez Rodríguez | 2014-08-25 | 1 | -1/+1 |
* | Reject MOVE to non-integer DBs | Matt Stancliff | 2014-08-08 | 1 | -0/+6 |
* | pubsub: Return integers for NUMSUB, not strings | Matt Stancliff | 2014-08-08 | 1 | -0/+4 |
* | Fix key extraction for SORT | Matt Stancliff | 2014-08-07 | 1 | -0/+8 |
* | Handle large getrange requests | Jan-Erik Rediger | 2014-08-07 | 1 | -0/+5 |
* | scripting: no eval with negative key count | Matt Stancliff | 2014-08-07 | 1 | -0/+5 |
* | Cluster test: unit 07, replicas migration. | antirez | 2014-07-28 | 1 | -0/+47 |
* | Cluster test: unit 06 cluster creation comment fixed. | antirez | 2014-07-28 | 1 | -2/+1 |
* | Cluster test: node reachability condition fixed. | antirez | 2014-07-25 | 1 | -1/+2 |
* | Cluster test: init test, be patient during restarts. | antirez | 2014-07-25 | 1 | -2/+7 |
* | Cluster test: 03 unit speedup, don't send WAIT to slaves. | antirez | 2014-07-25 | 1 | -2/+5 |
* | Cluster test: unit 06, slaves with stale data can't failover. | antirez | 2014-07-25 | 2 | -0/+75 |
* | Cluster test: new unit 05, slave selection. | antirez | 2014-07-25 | 1 | -0/+94 |
* | Test: check sorted set elements order after union. | antirez | 2014-07-22 | 1 | -0/+22 |
* | Cluster test: use larger keyspace in resharding test. | antirez | 2014-07-21 | 1 | -1/+1 |
* | Cluster test: unit 04, consistency during resharding. | antirez | 2014-07-21 | 1 | -0/+90 |
* | Cluster test: test that writes are retained during failovers. | antirez | 2014-07-18 | 1 | -2/+13 |
* | Test: Pub/Sub PING. | antirez | 2014-07-18 | 1 | -0/+16 |
* | Test: small integer sharing depends on maxmemory policy. | antirez | 2014-07-18 | 1 | -0/+24 |
* | Test: more reliable AOF rewrite test under write load. | antirez | 2014-07-10 | 1 | -0/+10 |
* | LATENCY command / monitor basic tests. | antirez | 2014-07-10 | 1 | -0/+50 |
* | Test: enable latency monitor in the default config. | antirez | 2014-07-10 | 1 | -0/+1 |
* | Test: AOF rewrite during write load. | antirez | 2014-07-10 | 3 | -9/+64 |
* | Test: find_available_port: check that cluster port is free as well. | antirez | 2014-06-30 | 1 | -4/+6 |
* | Test: fix instances.tcl restart_instance abort error. | antirez | 2014-06-30 | 1 | -1/+1 |
* | Fixed assert conditional in ROLE command test. | antirez | 2014-06-26 | 1 | -1/+1 |
* | Remove infinite loop from PSYNC test. | antirez | 2014-06-26 | 1 | -4/+2 |
* | Test: hopefully more robust PSYNC test. | antirez | 2014-06-26 | 1 | -4/+16 |
* | Sentinel test: more correct sentinels config reset. | antirez | 2014-06-23 | 1 | -1/+6 |
* | Basic tests for the ROLE command. | antirez | 2014-06-23 | 1 | -0/+17 |
* | Sentinel test: tolerate larger delays in init tests. | antirez | 2014-06-19 | 1 | -3/+3 |
* | Sentinel test: unit 02, avoid some time related false positives. | antirez | 2014-06-19 | 1 | -9/+10 |
* | Sentinel test: add manual failover test. | antirez | 2014-06-19 | 1 | -0/+44 |
* | Test: use higher level redis.tcl proc to read replies. | antirez | 2014-06-18 | 1 | -3/+3 |
* | Sentienl/Redis test: enable link reconnection in instances.tcl. | antirez | 2014-06-18 | 1 | -2/+6 |
* | Test: Tcl client initial support for automatic reconnection. | antirez | 2014-06-18 | 1 | -14/+53 |
* | Test: tcl client, unset deferred var on close. | antirez | 2014-06-18 | 1 | -0/+1 |
* | Add correct exit value to failed tests | Matt Stancliff | 2014-06-18 | 2 | -0/+2 |
* | Scripting: regression test for issue #1811. | antirez | 2014-06-12 | 1 | -0/+22 |
* | Fix semantics of Lua calls to SELECT. | antirez | 2014-06-12 | 1 | -4/+8 |
* | Cluser test: write multiple keys in unit 03. | antirez | 2014-06-11 | 1 | -4/+8 |
* | Cluster test: rewrite config when resetting nodes. | antirez | 2014-06-11 | 1 | -1/+2 |
* | Scripting: Fix regression from #1118 | Matt Stancliff | 2014-06-10 | 1 | -0/+7 |
* | Cluster test: set config epochs when creating clusters. | antirez | 2014-06-10 | 1 | -0/+1 |
* | Cluster test: unit 03, check epochs correctness. | antirez | 2014-06-10 | 1 | -0/+6 |
* | Cluster test: better failover detection in unit 03. | antirez | 2014-06-10 | 1 | -5/+17 |
* | Cluster test: added show-redis-logs command in the interactive console. | antirez | 2014-06-10 | 1 | -0/+9 |
* | Cluster test: new unit 03, failover loop stress testing. | antirez | 2014-06-10 | 1 | -0/+79 |
* | Cluster test: 02 unit more reliable waiting for slave sync. | antirez | 2014-06-10 | 1 | -0/+8 |