-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests failing on Gentoo Linux #361
Comments
There are a lot of PermissionErrors in there. Maybe check fs permissions. |
Whissi, have you found a solution, or at least the reason behind the fail? My failed test output looks quite similar to yours. I am on CentOS 6.7. |
Well, not really fixed but see https://github.com/borgbackup/borg/blob/master/borg/testsuite/archiver.py#L276-L280 from attic's borg fork. When I remove the
line, the test suite will pass (well, you still have to deal with fuse but that's OK). |
oops, totally forgot about that. |
So this applies to my problem too? So xattr.setxattr() is only called in those subtests that are failing for me? Do I understand correctly that this is about setting xattrs on symlinks? |
Hi,
I am trying to bring attic to Gentoo Linux but tests are currently failing:
I am calling the tests with
fakeroot -u "${PYTHON}" -m attic.testsuite.run
from docs dir in the pypi package.Anything I can try to fix this?
Version information:
The text was updated successfully, but these errors were encountered: