| fe0d3719 | 28-Nov-2014 |
antirez <[email protected]> |
Test: wait for actual startup in start_server.
start_server now uses return value from Tcl exec to get the server pid, however this introduces errors that depend from timing: a lot of the testing co
Test: wait for actual startup in start_server.
start_server now uses return value from Tcl exec to get the server pid, however this introduces errors that depend from timing: a lot of the testing code base assumed the server to be actually up and running when server_start returns.
So the old code that waits to see the pid in the log file was restored.
show more ...
|
| cdf2271c | 13-May-2014 |
antirez <[email protected]> |
cluster.tcl: saner error handling.
Better handling of connection errors in order to update the table and recovery, populate the startup nodes table after fetching the list of nodes.
More work to do
cluster.tcl: saner error handling.
Better handling of connection errors in order to update the table and recovery, populate the startup nodes table after fetching the list of nodes.
More work to do about it, it is still not as reliable as redis-rb-cluster implementation which is the minimal reference implementation for Redis Cluster clients.
show more ...
|