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:
16f0fef
)
storage: enable the test of a share larger than 2 GiB; this will probably be too...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 28 Jan 2009 23:33:12 +0000
(16:33 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 28 Jan 2009 23:33:12 +0000
(16:33 -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 3f2ef67e0c3d1bd03898e79aa3dcaa7e51eedb52..1b0d3ae31f8d5dbea36a06906b863878c5e44aa4 100644
(file)
--- a/
src/allmydata/test/test_storage.py
+++ b/
src/allmydata/test/test_storage.py
@@
-267,7
+267,6
@@
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):
"""