ligurio / unreliablefs

A FUSE-based fault injection filesystem.
https://ligurio.github.io/unreliablefs/unreliablefs.1.html
MIT License
174 stars 9 forks source link

test_symlink() is broken #37

Closed ligurio closed 3 years ago

ligurio commented 3 years ago
Traceback (most recent call last):                                                                                                                
  File "/home/sergeyb/sources/unreliablefs/tests/test_unreliablefs.py", line 110, in test_symlink                                                 
    os.symlink(target_path, link_path)                                                                                                            
OSError: [Errno 5] Input/output error: '/tmp/testfile_5' -> '/tmp/pytest-of-sergeyb/pytest-0/test_symlink0/mnt/testfile_4'  

see also: #11, #10