1. 27 Feb, 2014 1 commit
    • antirez's avatar
      BITCOUNT fuzzy test with random start/end added. · 9c206cc8
      antirez authored
      It was verified in practice that this test is able to stress much more
      the implementation by introducing errors that were only trivially to
      detect with different offsets but impossible to detect starting always
      at zero and counting bits the full length of the string.
      9c206cc8
  2. 25 Feb, 2014 17 commits
  3. 20 Feb, 2014 9 commits
  4. 17 Feb, 2014 3 commits
  5. 13 Feb, 2014 1 commit
  6. 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
  7. 09 Jan, 2014 1 commit
  8. 08 Jan, 2014 1 commit
  9. 13 Dec, 2013 1 commit
  10. 08 Dec, 2013 1 commit
  11. 25 Nov, 2013 1 commit
  12. 05 Nov, 2013 1 commit
  13. 31 Oct, 2013 2 commits