1. 06 Oct, 2014 2 commits
  2. 17 Sep, 2014 3 commits
  3. 08 Sep, 2014 4 commits
  4. 01 Sep, 2014 1 commit
  5. 26 Aug, 2014 6 commits
  6. 28 Jul, 2014 7 commits
  7. 23 Jul, 2014 4 commits
  8. 18 Jul, 2014 6 commits
  9. 30 Jun, 2014 2 commits
  10. 26 Jun, 2014 3 commits
  11. 23 Jun, 2014 2 commits
    • antirez's avatar
      Sentinel test: more correct sentinels config reset. · 6adf0e09
      antirez authored
      In the initialization test for each instance we used to unregister the
      old master and register it again to clear the config.
      However there is a race condition doing this: as soon as we unregister
      and re-register "mymaster", another Sentinel can update the new
      configuration with the old state because of gossip "hello" messages.
      
      So the correct procedure is instead, unregister "mymaster" from all the
      sentinel instances, and re-register it everywhere again.
      6adf0e09
    • antirez's avatar
      Basic tests for the ROLE command. · 5eb5a060
      antirez authored
      5eb5a060