From: Zooko O'Whielacronx Date: Wed, 28 Jan 2009 23:33:12 +0000 (-0700) Subject: storage: enable the test of a share larger than 2 GiB; this will probably be too... X-Git-Tag: allmydata-tahoe-1.3.0~131 X-Git-Url: https://git.rkrishnan.org/uri/%3C?a=commitdiff_plain;h=204629be434fcda4b4bd03d3f637992b96f130d6;p=tahoe-lafs%2Ftahoe-lafs.git 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 --- diff --git a/src/allmydata/test/test_storage.py b/src/allmydata/test/test_storage.py index 3f2ef67e..1b0d3ae3 100644 --- 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): """