Add content test suite run to client

Fix bugs in content deletion and upload status

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
Derek McGowan
2017-08-09 13:30:21 -07:00
parent edc51c86f2
commit c4387a159e
6 changed files with 73 additions and 22 deletions

View File

@@ -46,6 +46,7 @@ func (rw *remoteWriter) Status() (content.Status, error) {
return content.Status{
Ref: rw.ref,
Offset: resp.Offset,
Total: resp.Total,
StartedAt: resp.StartedAt,
UpdatedAt: resp.UpdatedAt,
}, nil