]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
tahoe_fuse: system tests: Update comments.
authornejucomo <nejucomo@gmail.com>
Wed, 30 Jan 2008 09:45:54 +0000 (02:45 -0700)
committernejucomo <nejucomo@gmail.com>
Wed, 30 Jan 2008 09:45:54 +0000 (02:45 -0700)
contrib/fuse/runtests.py

index b55673dd2095c11fa2d1871f8829ecf1a3ca5e1e..cbe18e148a4f0f2f7b214702044dcb775cd668af 100644 (file)
@@ -1,11 +1,17 @@
 #! /usr/bin/env python
 '''
-Unit tests for tahoe-fuse.
-
-Note: The API design of the python-fuse library makes unit testing much
-of tahoe-fuse.py tricky business.
+Unit and system tests for tahoe-fuse.
 '''
 
+# Note: It's always a SetupFailure, not a TestFailure if a webapi
+# operation fails, because this does not indicate a fuse interface
+# failure.
+
+# TODO: Test mismatches between tahoe and fuse/posix.  What about nodes
+# with crazy names ('\0', unicode, '/', '..')?  Huuuuge files?
+# Huuuuge directories...  As tahoe approaches production quality, it'd
+# be nice if the fuse interface did so also by hardening against such cases.
+
 # FIXME: This framework might be replaceable with twisted.trial,
 # especially the "layer" design, which is a bit cumbersome when
 # using recursion to manage multiple clients.