Commit Graph

3 Commits

Author SHA1 Message Date
Bill Thiede 0455681bd4 diskpacked: bug fix walkPack and add test.
Replace reindex.go deleted blob.Ref detection loop with a regexp.
Replace diskpacked.go's isDeletedRef with same regexp.

Add a test that verifies the returned blobs match expectations and verifies
multipack diskpacked works..

Add new extension '.blobs' to devcam test's list of suffixes to copy.

Tests fail without the changes to reindex.go.

Change-Id: I0743c1b1ea295324ae3a39e70e6a07e2d6aa70e9
2014-07-09 21:55:04 -07:00
Bill Thiede 59050a893e Revert "diskpacked: bug fix walkPack and add test."
This reverts commit 83d2546d21.

Change-Id: Ia2d622601d68ca5795141de1314244f1e4cd14cb
2014-07-08 17:14:02 -07:00
Bill Thiede 83d2546d21 diskpacked: bug fix walkPack and add test.
Replace reindex.go deleted blob.Ref detection loop with a regexp.
Replace diskpacked.go's isDeletedRef with same regexp.

Add a test that verifies the returned blobs match expectations and verifies
multipack diskpacked works..

Tests fail without the changes to reindex.go.

Change-Id: I332c2c3c8c37ebf262ce95e1ec0628146ab5108e
2014-07-06 22:14:07 -07:00