1. 17 Feb, 2014 1 commit
  2. 13 Feb, 2014 1 commit
  3. 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
  4. 09 Jan, 2014 1 commit
  5. 08 Jan, 2014 1 commit
  6. 13 Dec, 2013 1 commit
  7. 08 Dec, 2013 1 commit
  8. 25 Nov, 2013 1 commit
  9. 05 Nov, 2013 1 commit
  10. 31 Oct, 2013 2 commits
  11. 30 Oct, 2013 6 commits
  12. 25 Oct, 2013 2 commits
  13. 30 Aug, 2013 1 commit
  14. 29 Aug, 2013 1 commit
  15. 07 Aug, 2013 1 commit
  16. 29 Jul, 2013 1 commit
  17. 22 Jul, 2013 1 commit
  18. 25 Jun, 2013 4 commits
  19. 19 Jun, 2013 2 commits
  20. 12 Jun, 2013 1 commit
  21. 31 May, 2013 1 commit
  22. 30 May, 2013 2 commits
  23. 15 May, 2013 1 commit
  24. 09 May, 2013 1 commit
  25. 08 May, 2013 2 commits
  26. 23 Apr, 2013 1 commit
    • antirez's avatar
      Test: fix RDB test checking file permissions. · c4656119
      antirez authored
      When the test is executed using the root account, setting the permission
      to 222 does not work as expected, as root can read files with 222
      permission.
      
      Now we skip the test if root is detected.
      
      This fixes issue #1034 and the duplicated #1040 issue.
      
      Thanks to Jan-Erik Rediger (@badboy on Github) for finding a way to reproduce the issue.
      c4656119
  27. 22 Apr, 2013 1 commit