1. 25 Apr, 2016 1 commit
  2. 02 Feb, 2016 1 commit
  3. 01 Oct, 2015 1 commit
  4. 05 Aug, 2015 1 commit
  5. 31 Mar, 2015 1 commit
  6. 21 Jan, 2015 1 commit
  7. 09 Jan, 2015 1 commit
  8. 02 Jan, 2015 1 commit
  9. 28 Nov, 2014 2 commits
    • antirez's avatar
      Test: wait for actual startup in start_server. · fe0d3719
      antirez authored
      start_server now uses return value from Tcl exec to get the server pid,
      however this introduces errors that depend from timing: a lot of the
      testing code base assumed the server to be actually up and running when
      server_start returns.
      
      So the old code that waits to see the pid in the log file was restored.
      fe0d3719
    • antirez's avatar
      Test: try to cleanup still running Redis instances on exit. · bd3a5161
      antirez authored
      It's hard to run the Redis test continuously if it leaks processes on
      exceptions / errors.
      bd3a5161
  10. 29 Sep, 2014 2 commits
  11. 25 Aug, 2014 1 commit
  12. 10 Jul, 2014 1 commit
  13. 30 Jun, 2014 1 commit
  14. 18 Jun, 2014 2 commits
  15. 23 May, 2014 1 commit
    • Matt Stancliff's avatar
      Fix test framework to detect proper server PID · 6c16ecaa
      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.
      6c16ecaa
  16. 14 May, 2014 1 commit
  17. 13 May, 2014 2 commits
  18. 07 May, 2014 1 commit
    • antirez's avatar
      Test: handle new osx 'leaks' error. · 088b9ead
      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.
      088b9ead
  19. 02 May, 2014 4 commits
  20. 30 Apr, 2014 2 commits
  21. 25 Mar, 2014 1 commit
  22. 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
  23. 17 Feb, 2014 2 commits
  24. 25 Jun, 2013 1 commit
  25. 30 May, 2013 1 commit
  26. 12 Feb, 2013 1 commit
  27. 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
  28. 24 Oct, 2012 1 commit
  29. 11 Jun, 2012 1 commit
  30. 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
  31. 25 May, 2012 1 commit