swift/test/unit/proxy
Clay Gerrard 52ecbf9539 Add a chunks_finished to BaseDiskFileWriter
BaseDiskFileWriter will track md5 and expose upload_size, etag via the
chunks_finished method.

The BaseDiskFileReader already tracks the md5/etag via _iter_etag, for
parity we add a _chunks_etag to the BaseDiskFileReader.

Instead of returning the upload_size and hexdigest every call to write,
we return the tuple from chunks_finished.

Change-Id: I26c58719cff5fde941d0248c250a0204e0379ae5
2018-09-13 12:28:57 -05:00
..
controllers PUT+POST: break out putter specific test classes 2018-07-02 23:02:13 -05:00
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
test_mem_server.py Use setUpModule instead of setup for module level unit test setup 2017-05-04 12:47:17 +01:00
test_server.py Add a chunks_finished to BaseDiskFileWriter 2018-09-13 12:28:57 -05:00
test_sysmeta.py Add checksum to object extended attributes 2017-11-03 13:30:05 -04:00