mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 23:26:43 +00:00
test/no_network: update comments with setup timing: no_network takes 50ms, SystemTestMixin takes 2s (on my laptop)
This commit is contained in:
parent
040cb39613
commit
f2f8ede11f
@ -5,10 +5,13 @@
|
|||||||
# server puts real shares on disk, but is accessed through loopback
|
# server puts real shares on disk, but is accessed through loopback
|
||||||
# RemoteReferences instead of over serialized SSL. It is not as complete as
|
# RemoteReferences instead of over serialized SSL. It is not as complete as
|
||||||
# the common.SystemTestMixin framework (which does use the network), but
|
# the common.SystemTestMixin framework (which does use the network), but
|
||||||
# should be considerably faster. It should be useful for tests which want to
|
# should be considerably faster: on my laptop, it takes 50-80ms to start up,
|
||||||
# examine and/or manipulate the uploaded shares, checker/verifier/repairer
|
# whereas SystemTestMixin takes close to 2s.
|
||||||
# tests, etc. The clients have no Tubs, so it is not useful for tests that
|
|
||||||
# involve a Helper, a KeyGenerator, or the control.furl .
|
# 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 os.path
|
||||||
import sha
|
import sha
|
||||||
|
Loading…
Reference in New Issue
Block a user