google-code-export / camlistore

Automatically exported from code.google.com/p/camlistore
Apache License 2.0
0 stars 0 forks source link

camget fetching a share needs integration test #527

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
camget fetching a share is broken, needs integration test

Seems like c.via is never being populated in pkg/client/get.go in func (c 
*Client) FetchVia(b blob.Ref, v []blob.Ref) (body io.ReadCloser, size uint32, 
err error) {

Original issue reported on code.google.com by bradfitz on 19 Oct 2014 at 5:09

GoogleCodeExporter commented 9 years ago
It wasn't broken. We were missing the directory schema blob in front.

But it could still use an integration test.

Original comment by bradfitz on 21 Oct 2014 at 3:12

GoogleCodeExporter commented 9 years ago
This issue has moved to https://camlistore.org/issue/527

Original comment by bradfitz on 14 Dec 2014 at 11:37