From: Zooko O'Whielacronx Date: Sat, 31 Jan 2009 05:16:49 +0000 (-0700) Subject: storage: disable test_large_share again: my linux laptop has less than 4 GiB free X-Git-Tag: allmydata-tahoe-1.3.0~110 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=e08e8d3f41a67ffc637fc44517da43eb143b4767;p=tahoe-lafs%2Ftahoe-lafs.git storage: disable test_large_share again: my linux laptop has less than 4 GiB free --- diff --git a/src/allmydata/test/test_storage.py b/src/allmydata/test/test_storage.py index 1b0d3ae3..8557648c 100644 --- 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 can spuriously fail if you have less than 4 GiB free on your filesystem, and if your filesystem doesn't support efficient sparse files then it is very expensive (Mac OS X is the only system I know of in the desktop/server area that doesn't support efficient sparse files)." def test_dont_overfill_dirs(self): """