of tahoe-fuse.py tricky business.
'''
+# 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.
+
+# FIXME: Identify all race conditions (hint: starting clients, versus
+# using the grid fs).
+
import sys, os, shutil, unittest, subprocess
import tempfile, re, time, signal, random, httplib
self.mount_fuse_layer()
def mount_fuse_layer(self):
+ # FIXME - tahoe_fuse.py: This probably currently fails because
+ # tahoe_fuse looks in ~/.tahoe.
+
print 'Mounting fuse interface.'
self.mountpoint = tempfile.mkdtemp(prefix='tahoe_fuse_mp_')
try: