Changeset cd8d415 in trunk
- Timestamp:
- 2010-08-05T02:26:12Z (15 years ago)
- Branches:
- master
- Children:
- 43c50321
- Parents:
- 8844655
- 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 280 280 reader = readers[shnum] 281 281 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)." 283 283 284 284 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.