1. 06 Apr, 2020 1 commit
  2. 11 Mar, 2020 1 commit
  3. 24 Feb, 2020 1 commit
  4. 21 Feb, 2020 2 commits
  5. 07 Oct, 2019 1 commit
    • Yossi Gottlieb's avatar
      TLS: Connections refactoring and TLS support. · b087dd1d
      Yossi Gottlieb authored
      * Introduce a connection abstraction layer for all socket operations and
      integrate it across the code base.
      * Provide an optional TLS connections implementation based on OpenSSL.
      * Pull a newer version of hiredis with TLS support.
      * Tests, redis-cli updates for TLS support.
      b087dd1d
  6. 04 Sep, 2018 1 commit
  7. 26 Jun, 2018 1 commit
    • Oran Agra's avatar
      test suite infra improvements and fix · 751eea24
      Oran Agra authored
      * fail the test (exit code) in case of timeout.
      * add --wait-server to allow attaching a debugger
      * add --dont-clean to keep log files when tests are done
      751eea24
  8. 19 Dec, 2016 1 commit
  9. 01 Oct, 2015 1 commit
  10. 31 Mar, 2015 1 commit
  11. 21 Jan, 2015 1 commit
  12. 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
  13. 29 Sep, 2014 1 commit
  14. 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
  15. 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
  16. 25 Mar, 2014 1 commit
  17. 17 Feb, 2014 1 commit
  18. 12 Feb, 2013 1 commit
  19. 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
  20. 24 Oct, 2012 1 commit
  21. 17 Apr, 2012 1 commit
  22. 03 Apr, 2012 1 commit
  23. 28 Mar, 2012 1 commit
  24. 24 Mar, 2012 1 commit
  25. 07 Dec, 2011 2 commits
  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. 11 Jul, 2011 1 commit
  28. 09 Jul, 2011 1 commit
  29. 06 Jul, 2011 1 commit
  30. 15 Apr, 2011 1 commit
  31. 09 Jan, 2011 1 commit
  32. 03 Jan, 2011 1 commit
  33. 10 Dec, 2010 2 commits
  34. 13 Oct, 2010 1 commit
  35. 31 Aug, 2010 1 commit
  36. 21 Aug, 2010 1 commit