1. 25 Feb, 2014 1 commit
    • antirez's avatar
      Sentinel test: test majority crashing Sentinels. · 044b6275
      antirez authored
      The test was previously performed by removing the master from the
      Sentinel monitored masters. The test with the Sentinels crashed is
      more similar to real-world partitions / failures.
      044b6275
  2. 24 Feb, 2014 1 commit
  3. 22 Feb, 2014 1 commit
    • antirez's avatar
      Sentinel test: framework improved and conf-update unit added. · 8c254415
      antirez authored
      It is now possible to kill and restart sentinel or redis instances for
      more real-world testing.
      
      The 01 unit tests the capability of Sentinel to update the configuration
      of Sentinels rejoining the cluster, however the test is pretty trivial
      and more tests should be added.
      8c254415
  4. 20 Feb, 2014 2 commits
  5. 19 Feb, 2014 3 commits
  6. 18 Feb, 2014 6 commits
  7. 17 Feb, 2014 1 commit
    • antirez's avatar
      Sentinel: initial testing framework. · af788b58
      antirez authored
      Nothing tested at all so far... Just the infrastructure spawning N
      Sentinels and N Redis instances that the test will use again and again.
      af788b58