]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test/no_network: update comments with setup timing: no_network takes 50ms, SystemTest...
authorBrian Warner <warner@lothar.com>
Tue, 17 Feb 2009 01:06:43 +0000 (18:06 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 17 Feb 2009 01:06:43 +0000 (18:06 -0700)
src/allmydata/test/no_network.py

index dbc361fc3b5355aa1bd571d8b57bf757d92d280d..2b075883b42d7986dbcb967b406571082cf0a3a5 100644 (file)
@@ -5,10 +5,13 @@
 # server puts real shares on disk, but is accessed through loopback
 # RemoteReferences instead of over serialized SSL. It is not as complete as
 # the common.SystemTestMixin framework (which does use the network), but
-# should be considerably faster. It should be useful for tests which want to
-# examine and/or manipulate the uploaded shares, checker/verifier/repairer
-# tests, etc. The clients have no Tubs, so it is not useful for tests that
-# involve a Helper, a KeyGenerator, or the control.furl .
+# should be considerably faster: on my laptop, it takes 50-80ms to start up,
+# whereas SystemTestMixin takes close to 2s.
+
+# This should be useful for tests which want to examine and/or manipulate the
+# uploaded shares, checker/verifier/repairer tests, etc. The clients have no
+# Tubs, so it is not useful for tests that involve a Helper, a KeyGenerator,
+# or the control.furl .
 
 import os.path
 import sha