1. 30 Jun, 2018 1 commit
  2. 23 Apr, 2018 1 commit
  3. 20 Apr, 2018 1 commit
  4. 14 Mar, 2018 1 commit
  5. 05 May, 2016 2 commits
  6. 02 May, 2016 1 commit
    • antirez's avatar
      Cluster regression test for #3043. · 9c48f28e
      antirez authored
      The test works but is very slow so far, since it involves resharding
      1/5 of all the cluster slots from master 0 to the other 4 masters and
      back into the original master.
      9c48f28e
  7. 17 Feb, 2016 1 commit
    • antirez's avatar
      Cluster: resharding test provides more state when failing. · 15f37ebd
      antirez authored
      Now elements added to lists are incremental numbers in order to
      understand, when inconsistencies are found, what is the order in which
      the elements were added. Also the error now provides both the expected
      and found value.
      15f37ebd
  8. 18 Dec, 2015 1 commit
  9. 17 Dec, 2015 1 commit
    • antirez's avatar
      Cluster: resharding test now checks AOF consistency. · 9b4dd92c
      antirez authored
      It's a key invariant that when AOF is enabled, after the cluster
      reshards, a crash-recovery event causes all the keys to be still fine
      with the expected logical content. Now this is part of unit 04.
      9b4dd92c
  10. 10 Dec, 2015 2 commits
    • antirez's avatar
      Cluster: more reliable migration tests. · 41db54a5
      antirez authored
      The old version was modeled with two failovers, however after the first
      it is possible that another slave will migrate to the new master, since
      for some time the new master is not backed by any slave. Probably there
      should be some pause after a failover, before the migration. Anyway the
      test is simpler in this way, and depends less on timing.
      41db54a5
    • antirez's avatar
      Cluster: more reliable replicas migration test. · b55affbc
      antirez authored
      b55affbc
  11. 30 Mar, 2015 1 commit
  12. 22 Mar, 2015 4 commits
  13. 22 Jan, 2015 1 commit
  14. 21 Jan, 2015 2 commits
  15. 09 Jan, 2015 1 commit
  16. 08 Oct, 2014 2 commits
  17. 29 Sep, 2014 3 commits
  18. 15 Sep, 2014 2 commits
  19. 28 Jul, 2014 2 commits
  20. 25 Jul, 2014 5 commits
  21. 21 Jul, 2014 2 commits
  22. 18 Jul, 2014 1 commit
    • antirez's avatar
      Cluster test: test that writes are retained during failovers. · 8d4ff87b
      antirez authored
      In the test we use WAIT when the master and slave are up, and only later the
      partition is created killing the master, so we are sure we don't incur
      in failure modes that may lose writes in this test: the goal here is to
      make sure that the elected slave was replicating correctly with the
      master.
      8d4ff87b
  23. 18 Jun, 2014 1 commit
  24. 11 Jun, 2014 1 commit