]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
fuse/runtests: added write_partial_overwrite test
authorrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 16 Oct 2008 14:29:26 +0000 (07:29 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 16 Oct 2008 14:29:26 +0000 (07:29 -0700)
commit85d1ec1c4436ef05969c8927ffeb2246899a2c13
tree382eab190e7b729d6895171007ab511bb90ccd1b
parent5af8eeeb3df504d9569f47a3c46bb009f8b6bb17
fuse/runtests: added write_partial_overwrite test

this tests opening a file for update, overwriting a small part of it, and
ensuring that the end result constitutes an overwrite of the original file.
This tests, e.g. the implementation doesn' open a 'fresh' file but does in
fact initialise the file to be uploaded with the contents of any extant
file before applying updates
contrib/fuse/runtests.py