nickva opened a new pull request, #5845:
URL: https://github.com/apache/couchdb/pull/5845

   Normally we don't run our eunit or ci tests as root but rarely it happens, 
such as when when Ronny was investing ARM64 perf issues on one of the CI nodes. 
There we noticed two smoosh state persisting tests failed. In order to test 
lack of fs access, those tests set up a file so it's unreadable or unwritable 
by current user. That doesn't work, however, if that user is root or admin, as 
they can't remove their own access with plain chmods. So add a quick exception 
for those cases to skip part of the tests if the setup cannot be accomplished 
as planned.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to