1. 26 Sep, 2019 1 commit
  2. 27 Jun, 2018 2 commits
  3. 19 Jun, 2018 1 commit
  4. 22 Feb, 2017 1 commit
    • antirez's avatar
      Solaris fixes about tail usage and atomic vars. · 95883313
      antirez authored
      Testing with Solaris C compiler (SunOS 5.11 11.2 sun4v sparc sun4v)
      there were issues compiling due to atomicvar.h and running the
      tests also failed because of "tail" usage not conform with Solaris
      tail implementation. This commit fixes both the issues.
      95883313
  5. 04 Jul, 2016 1 commit
  6. 05 Aug, 2015 1 commit
  7. 04 Feb, 2015 1 commit
  8. 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
  9. 22 Apr, 2013 1 commit
  10. 13 Mar, 2013 2 commits
  11. 12 Mar, 2013 1 commit
  12. 23 Mar, 2012 2 commits