]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test_storage.py: change skip note for test_large_share to say that Windows doesn...
authordavid-sarah <david-sarah@jacaranda.org>
Thu, 5 Aug 2010 02:26:12 +0000 (19:26 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Thu, 5 Aug 2010 02:26:12 +0000 (19:26 -0700)
misc/coding_tools/check-umids.py [changed mode: 0755->0644]
src/allmydata/test/test_storage.py
src/allmydata/util/spans.py [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 90a404831f8fb8ed58eb5f605b8b7cce826f12fd..c302bd1e66a6deb23e3ebb5bec17a004cfe036b3 100644 (file)
@@ -279,7 +279,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)."
+    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):
         """
old mode 100755 (executable)
new mode 100644 (file)