From 82f0cc106b1a3f6fcc024db6a75a6de6e4a5b221 Mon Sep 17 00:00:00 2001
From: nejucomo <nejucomo@gmail.com>
Date: Sat, 31 May 2008 19:21:17 -0700
Subject: [PATCH] fuse_a: runtests: Add some TODOs and FIXMEs in the comments.

---
 contrib/fuse_a/runtests.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/contrib/fuse_a/runtests.py b/contrib/fuse_a/runtests.py
index b050856c..40c5a7d9 100644
--- a/contrib/fuse_a/runtests.py
+++ b/contrib/fuse_a/runtests.py
@@ -7,11 +7,15 @@ Unit and system tests for tahoe-fuse.
 # operation fails, because this does not indicate a fuse interface
 # failure.
 
+# TODO: Unmount after tests regardless of failure or success!
+
 # 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: Only create / launch necessary nodes.  Do we still need an introducer and three nodes?
+
 # 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.
-- 
2.45.2