1. 09 Oct, 2015 1 commit
  2. 07 Oct, 2015 1 commit
  3. 01 Oct, 2015 2 commits
  4. 25 Feb, 2015 1 commit
  5. 10 Feb, 2015 1 commit
  6. 28 Nov, 2014 2 commits
  7. 29 Sep, 2014 2 commits
  8. 03 Apr, 2014 1 commit
  9. 17 Feb, 2014 1 commit
  10. 31 Jan, 2014 1 commit
    • antirez's avatar
      Test: fixed osx msg passing issue in testing framework. · 331de693
      antirez authored
      The Redis test uses a server-clients model in order to parallelize the
      execution of different tests. However in recent versions of osx not
      setting the channel to a binary encoding caused issues even if AFAIK no
      binary data is really sent via this channel. However now the channels
      are deliberately set to a binary encoding and this solves the issue.
      
      The exact issue was the test not terminating and giving the impression
      of running forever, since test clients or servers were unable to
      exchange the messages to continue.
      331de693
  11. 30 Oct, 2013 1 commit
  12. 29 Aug, 2013 1 commit
  13. 07 Aug, 2013 1 commit
  14. 12 Jun, 2013 1 commit
  15. 08 May, 2013 1 commit
  16. 27 Mar, 2013 1 commit
  17. 23 Jan, 2013 2 commits
  18. 22 Nov, 2012 1 commit
  19. 14 Nov, 2012 1 commit
  20. 24 May, 2012 1 commit
    • antirez's avatar
      BITOP and BITCOUNT tests. · a3f2b489
      antirez authored
      The Redis implementation is tested against Tcl implementations of the
      same operation. Both fuzzing and testing of specific aspects of the
      commands behavior are performed.
      a3f2b489
  21. 11 May, 2012 1 commit
  22. 08 Apr, 2012 1 commit
  23. 03 Apr, 2012 1 commit
  24. 02 Apr, 2012 1 commit
  25. 30 Mar, 2012 1 commit
  26. 24 Mar, 2012 1 commit
  27. 23 Mar, 2012 1 commit
  28. 25 Jan, 2012 1 commit
  29. 06 Jan, 2012 1 commit
  30. 19 Dec, 2011 1 commit
  31. 13 Dec, 2011 1 commit
  32. 07 Dec, 2011 1 commit
  33. 29 Nov, 2011 1 commit
  34. 28 Nov, 2011 1 commit
  35. 18 Nov, 2011 1 commit
  36. 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