Files
swift/test/unit/obj/test_diskfile.py
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

354 KiB