DynamoFS icon indicating copy to clipboard operation
DynamoFS copied to clipboard

Fix failing fstest

Open denismo opened this issue 11 years ago • 3 comments

More than half of the tests are failing. The major areas are rename, open, mkdir.

denismo avatar Apr 28 '13 12:04 denismo

Only 19 tests are failing now, most to do with stat not returning the right results, mostly for fifos. Reason unknown, raised question on fuse-devel

denismo avatar May 25 '13 13:05 denismo

Got response from fuse-devel - it is a known problem with cached attributes, workaround is to use attr_timeout=0. Applied that - it fixes this problem, however causes other. Investigating other problems.

denismo avatar Jul 14 '13 11:07 denismo

As of 20/07/2013: /root/fstest/tests/chown/00.t (Wstat: 0 Tests: 171 Failed: 6) Failed tests: 36-37, 68-69, 83-84 /root/fstest/tests/chown/05.t (Wstat: 0 Tests: 15 Failed: 2) Failed tests: 11-12 /root/fstest/tests/chown/07.t (Wstat: 0 Tests: 11 Failed: 1) Failed test: 6

denismo avatar Jul 20 '13 04:07 denismo