Skip to content
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

test_setxattr() is broken #50

Open
ligurio opened this issue Feb 27, 2021 · 0 comments
Open

test_setxattr() is broken #50

ligurio opened this issue Feb 27, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@ligurio
Copy link
Owner

ligurio commented Feb 27, 2021

        os.setxattr(target, attr_name, attr_value)                                                                                                
        assert attr_name.decode("utf-8") in os.listxattr(target)                                                                                  
>       assert os.getxattr(target, attr_name) == attr_value                                                                                       
E       AssertionError: assert b'' == b'unreliablefs'                                                                                             
E         Right contains 12 more items, first extra item: 117                                                                                     
E         Full diff:                                                                                                                              E         - b''                                                                                                                                   
E         + b'unreliablefs'                                                                                                                       
                                                                                                                                                  
tests/test_unreliablefs.py:497: AssertionError  
ligurio added a commit that referenced this issue Feb 27, 2021
There is a bug with setxattr, see #50. It is marked as
expected fail in tests.
@ligurio ligurio added the bug Something isn't working label Feb 27, 2021
ligurio added a commit that referenced this issue Feb 27, 2021
There is a bug with setxattr, see #50. It is marked as
expected fail in tests.
ligurio added a commit that referenced this issue Feb 27, 2021
There is a bug with setxattr, see #50. It is marked as
expected fail in tests.
ligurio added a commit that referenced this issue Mar 2, 2021
ligurio added a commit that referenced this issue Mar 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant