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