1. 30 Apr, 2014 2 commits
  2. 25 Mar, 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. 17 Feb, 2014 2 commits
  5. 25 Jun, 2013 1 commit
  6. 30 May, 2013 1 commit
  7. 12 Feb, 2013 1 commit
  8. 03 Dec, 2012 1 commit
    • antirez's avatar
      Test: fixed osx "leaks" support in test. · a18ca736
      antirez authored
      Due to changes in recent releases of osx leaks utility, the osx leak
      detection no longer worked. Now it is fixed in a way that should be
      backward compatible.
      a18ca736
  9. 24 Oct, 2012 1 commit
  10. 11 Jun, 2012 1 commit
  11. 02 Jun, 2012 1 commit
    • antirez's avatar
      EVAL replication test: less false positives. · 80e808b6
      antirez authored
      wait_for_condition is now used instead of the usual "after 1000" (that
      is the way to sleep in Tcl). This should avoid to find the replica in
      a state where it is loading the RDB in memory, returning -LOADING error.
      
      This test used to fail when running the test over valgrind, due to the
      added latencies.
      80e808b6
  12. 25 May, 2012 1 commit
  13. 22 May, 2012 1 commit
    • antirez's avatar
      Redis test: include bug report on crash. · 2bcd18a2
      antirez authored
      Due to a change in the format of the bug report in case of crash of
      failed assertion the test suite was no longer able to properly log it.
      Instead just a protocol error was logged by the Redis TCL client that
      provided no clue about the actual problem.
      
      This commit resolves the issue by logging everything from the first line
      of the log including the string REDIS BUG REPORT, till the end of the
      file.
      2bcd18a2
  14. 26 Apr, 2012 2 commits
  15. 17 Apr, 2012 1 commit
  16. 06 Apr, 2012 1 commit
  17. 03 Apr, 2012 1 commit
  18. 28 Mar, 2012 1 commit
  19. 24 Mar, 2012 1 commit
  20. 20 Mar, 2012 1 commit
  21. 06 Jan, 2012 1 commit
  22. 21 Dec, 2011 1 commit
  23. 07 Dec, 2011 2 commits
  24. 16 Nov, 2011 1 commit
  25. 04 Oct, 2011 1 commit
    • antirez's avatar
      Redis test ports selection made more robust. This prevents the test from... · 24bfb570
      antirez authored
      Redis test ports selection made more robust. This prevents the test from hanging if an already bound port is selected but the TCP server listening to it does not cause a protocol error with a Redis client PING. Also base port moved away from the range near to the Redis Cluster gossip ports.
      24bfb570
  26. 28 Jul, 2011 1 commit
  27. 11 Jul, 2011 2 commits
  28. 10 Jul, 2011 3 commits
  29. 09 Jul, 2011 1 commit
  30. 06 Jul, 2011 1 commit
  31. 25 Jun, 2011 1 commit
  32. 15 Apr, 2011 1 commit
  33. 22 Feb, 2011 1 commit