test_storage.py: change skip note for test_large_share to say that Windows doesn't support sparse files. refs #569

This commit is contained in:
david-sarah 2010-08-04 19:26:12 -07:00
parent 8844655705
commit cd8d41584e
3 changed files with 1 additions and 1 deletions

0
misc/coding_tools/check-umids.py Executable file → Normal file
View File

View File

@ -279,7 +279,7 @@ 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 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)." 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 and Windows don't support efficient sparse files)."
def test_dont_overfill_dirs(self): def test_dont_overfill_dirs(self):
""" """

0
src/allmydata/util/spans.py Executable file → Normal file
View File