Changeset cd8d415 in trunk


Ignore:
Timestamp:
2010-08-05T02:26:12Z (15 years ago)
Author:
david-sarah <david-sarah@…>
Branches:
master
Children:
43c50321
Parents:
8844655
Message:

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • misc/coding_tools/check-umids.py

    • Property mode changed from 100755 to 100644
  • TabularUnified src/allmydata/test/test_storage.py

    r8844655 rcd8d415  
    280280        reader = readers[shnum]
    281281        self.failUnlessEqual(reader.remote_read(2**32, 2), "ab")
    282     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)."
     282    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)."
    283283
    284284    def test_dont_overfill_dirs(self):
  • src/allmydata/util/spans.py

    • Property mode changed from 100755 to 100644
Note: See TracChangeset for help on using the changeset viewer.