1. 17 Feb, 2014 1 commit
  2. 25 Jun, 2013 1 commit
  3. 30 May, 2013 1 commit
  4. 12 Feb, 2013 1 commit
  5. 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
  6. 24 Oct, 2012 1 commit
  7. 11 Jun, 2012 1 commit
  8. 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
  9. 25 May, 2012 1 commit
  10. 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
  11. 26 Apr, 2012 2 commits
  12. 17 Apr, 2012 1 commit
  13. 06 Apr, 2012 1 commit
  14. 03 Apr, 2012 1 commit
  15. 28 Mar, 2012 1 commit
  16. 24 Mar, 2012 1 commit
  17. 20 Mar, 2012 1 commit
  18. 06 Jan, 2012 1 commit
  19. 21 Dec, 2011 1 commit
  20. 07 Dec, 2011 2 commits
  21. 16 Nov, 2011 1 commit
  22. 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
  23. 28 Jul, 2011 1 commit
  24. 11 Jul, 2011 2 commits
  25. 10 Jul, 2011 3 commits
  26. 09 Jul, 2011 1 commit
  27. 06 Jul, 2011 1 commit
  28. 25 Jun, 2011 1 commit
  29. 15 Apr, 2011 1 commit
  30. 22 Feb, 2011 1 commit
  31. 09 Jan, 2011 1 commit
  32. 03 Jan, 2011 1 commit
  33. 15 Dec, 2010 3 commits