mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
storage: enable the test of a share larger than 2 GiB; this will probably be too expensive on Mac OS X, but I think it won't be on all the other platforms ; I will probably set it to SkipTest if the sys.platform is Mac after seeing the results of this buildbot run
This commit is contained in:
parent
16f0fef785
commit
204629be43
@ -267,7 +267,6 @@ class Server(unittest.TestCase):
|
|||||||
readers = ss.remote_get_buckets("allocate")
|
readers = ss.remote_get_buckets("allocate")
|
||||||
reader = readers[shnum]
|
reader = readers[shnum]
|
||||||
self.failUnlessEqual(reader.remote_read(2**32, 2), "ab")
|
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):
|
def test_dont_overfill_dirs(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user