]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
fuse/runtests: added a 'todo' flag, surpressing failure for implementations not expec...
authorrobk-tahoe <robk-tahoe@allmydata.com>
Sun, 19 Oct 2008 13:16:00 +0000 (06:16 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Sun, 19 Oct 2008 13:16:00 +0000 (06:16 -0700)
commit8566c9751dc098647d42cc98a5a485d3649d92d2
treeb28569a4aad6f30c43c563c868b1a772096dbbf2
parent70222ecf1efc4e5550d7ec9700d59321d31290e6
fuse/runtests: added a 'todo' flag, surpressing failure for implementations not expected to pass

since the current tests assume that the implementation responds to changes made
to tahoe after mount, and impl_b prefetches and cached directory data, impl_b
fails the current 'read' test suite.

rather than reflect that problem in the overall failure of the runtests exit
code, this adds a 'todo' flag to the implementations table, and sets the todo
flag for impl_b.  Thus errors will therein be reported in output, but not cause
a failing exit code.
contrib/fuse/runtests.py