swift/test/unit/obj
Tim Burke 396380f340 Better handle missing files in _construct_from_data_file
There's a window between when we list the files on disk and when we actually
try to open the .data file where another process could delete it. That should
raise a DiskFileNotExist error, not an IOError.

Change-Id: I1b43fef35949cb6f71997874e4e6b7646eeec8fe
Closes-Bug: 1712662
2017-11-13 16:04:49 -08:00
..
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
common.py Merge "Add Timestamp.now() helper" 2017-07-18 03:27:50 +00:00
test_auditor.py Add metadata checksums to old objects in auditor. 2017-11-13 10:22:57 -08:00
test_diskfile.py Better handle missing files in _construct_from_data_file 2017-11-13 16:04:49 -08:00
test_expirer.py Replace 'assertTrue(a not in b)' with 'assertNotIn(a, b)' 2016-12-12 16:23:09 +07:00
test_reconstructor.py Add checksum to object extended attributes 2017-11-03 13:30:05 -04:00
test_replicator.py Add checksum to object extended attributes 2017-11-03 13:30:05 -04:00
test_server.py No longer import nose 2017-11-07 15:39:25 +11:00
test_ssync_receiver.py Add checksum to object extended attributes 2017-11-03 13:30:05 -04:00
test_ssync_sender.py Add checksum to object extended attributes 2017-11-03 13:30:05 -04:00
test_ssync.py Add checksum to object extended attributes 2017-11-03 13:30:05 -04:00
test_updater.py Use check_drive consistently 2017-11-01 16:33:40 +00:00