1. 18 Jun, 2014 2 commits
  2. 07 May, 2014 1 commit
    • antirez's avatar
      Test: handle new osx 'leaks' error. · 093eab56
      antirez authored
      Sometimes the process is still there but no longer in a state that can
      be checked (after being killed). This used to happen after a call to
      SHUTDOWN NOSAVE in the scripting unit, causing a false positive.
      093eab56
  3. 25 Mar, 2014 1 commit
  4. 25 Feb, 2014 1 commit
    • antirez's avatar
      Sentinel test: framework improved and conf-update unit added. · 1dfab3d1
      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.
      1dfab3d1
  5. 17 Feb, 2014 2 commits
  6. 26 Jun, 2013 1 commit
  7. 30 May, 2013 1 commit
  8. 12 Feb, 2013 1 commit
  9. 03 Dec, 2012 1 commit
    • antirez's avatar
      Test: fixed osx "leaks" support in test. · e3973521
      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.
      e3973521
  10. 31 Oct, 2012 1 commit
  11. 11 Jun, 2012 1 commit
  12. 02 Jun, 2012 1 commit
    • antirez's avatar
      EVAL replication test: less false positives. · 3f126567
      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.
      3f126567
  13. 25 May, 2012 1 commit
  14. 23 May, 2012 1 commit
    • antirez's avatar
      Redis test: include bug report on crash. · dfa90b59
      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.
      dfa90b59
  15. 27 Apr, 2012 2 commits
  16. 24 Apr, 2012 1 commit
  17. 07 Apr, 2012 1 commit
  18. 05 Apr, 2012 1 commit
  19. 28 Mar, 2012 1 commit
  20. 24 Mar, 2012 1 commit
  21. 22 Mar, 2012 1 commit
  22. 06 Jan, 2012 1 commit
  23. 21 Dec, 2011 1 commit
  24. 07 Dec, 2011 2 commits
  25. 16 Nov, 2011 1 commit
  26. 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
  27. 28 Jul, 2011 1 commit
  28. 11 Jul, 2011 2 commits
  29. 10 Jul, 2011 3 commits
  30. 09 Jul, 2011 1 commit
  31. 06 Jul, 2011 1 commit
  32. 25 Jun, 2011 1 commit
  33. 15 Apr, 2011 1 commit