1. 28 Nov, 2014 1 commit
  2. 06 Oct, 2014 2 commits
  3. 26 Aug, 2014 1 commit
  4. 18 Jul, 2014 1 commit
  5. 30 Jun, 2014 1 commit
  6. 21 Jun, 2014 2 commits
  7. 26 May, 2014 1 commit
    • Matt Stancliff's avatar
      Fix test framework to detect proper server PID · 033d7172
      Matt Stancliff authored
      Previously the PID format was:
      [PID] Timestamp
      
      But it recently changed to:
      PID:X Timestamp
      
      The tcl testing framework was grabbing the PID from \[\d+\], but
      that's not valid anymore.
      
      Now we grab the pid from "PID: <PID>" in the part of Redis startup
      output to the right of the ASCII logo.
      033d7172
  8. 20 May, 2014 3 commits
  9. 07 May, 2014 1 commit
    • antirez's avatar
      Test: handle new osx 'leaks' error. · 1255460c
      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.
      1255460c
  10. 05 May, 2014 6 commits
  11. 25 Mar, 2014 1 commit
  12. 25 Feb, 2014 1 commit
    • antirez's avatar
      Sentinel test: framework improved and conf-update unit added. · ec593b58
      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.
      ec593b58
  13. 17 Feb, 2014 2 commits
  14. 25 Jun, 2013 1 commit
  15. 30 May, 2013 1 commit
  16. 12 Feb, 2013 1 commit
  17. 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
  18. 24 Oct, 2012 1 commit
  19. 11 Jun, 2012 1 commit
  20. 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
  21. 25 May, 2012 1 commit
  22. 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
  23. 26 Apr, 2012 2 commits
  24. 17 Apr, 2012 1 commit
  25. 06 Apr, 2012 1 commit
  26. 03 Apr, 2012 1 commit
  27. 28 Mar, 2012 1 commit
  28. 24 Mar, 2012 1 commit
  29. 20 Mar, 2012 1 commit