Commit Graph

4 Commits

Author SHA1 Message Date
Tamás Gulácsi 14d074d3d2 Change the diskpacked reindex test data, fix hash
And try to underscore that the last byte is an LF, which must be kept
and accounted for.

Andy Song raised my attention to this ambiguity.

Change-Id: Ia352980350e44b57f47394841f643a737b91dda7
2016-01-08 15:00:01 +01:00
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