projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4fab23
)
immutable: skip the test of large files, because that is too hard on the host if...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 6 Jan 2009 00:07:27 +0000
(17:07 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 6 Jan 2009 00:07:27 +0000
(17:07 -0700)
src/allmydata/test/test_storage.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_storage.py
b/src/allmydata/test/test_storage.py
index 1b0d3ae31f8d5dbea36a06906b863878c5e44aa4..3f2ef67e0c3d1bd03898e79aa3dcaa7e51eedb52 100644
(file)
--- a/
src/allmydata/test/test_storage.py
+++ b/
src/allmydata/test/test_storage.py
@@
-267,6
+267,7
@@
class Server(unittest.TestCase):
readers = ss.remote_get_buckets("allocate")
reader = readers[shnum]
self.failUnlessEqual(reader.remote_read(2**32, 2), "ab")
+ test_large_share.skip = "This test is too expensive on systems without efficient sparse files."
def test_dont_overfill_dirs(self):
"""