-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add failing test to restorer Signed-off-by: Joey Brown <brown.joseph@salesforce.com> * restorer and exporter working as expected Signed-off-by: Joey Brown <brown.joseph@salesforce.com> * lint Signed-off-by: Joey Brown <brown.joseph@salesforce.com> * Update phase/restorer.go Co-authored-by: Natalie Arellano <narellano@vmware.com> Signed-off-by: Joey Brown <brown.joseph@salesforce.com> * Update phase/cache.go Co-authored-by: Natalie Arellano <narellano@vmware.com> Signed-off-by: Joey Brown <brown.joseph@salesforce.com> * Update cache/image_cache.go Co-authored-by: Natalie Arellano <narellano@vmware.com> Signed-off-by: Joey Brown <brown.joseph@salesforce.com> * Update cache/volume_cache.go Co-authored-by: Natalie Arellano <narellano@vmware.com> Signed-off-by: Joey Brown <brown.joseph@salesforce.com> * Update cache/volume_cache.go Co-authored-by: Natalie Arellano <narellano@vmware.com> Signed-off-by: Joey Brown <brown.joseph@salesforce.com> * Update cache/volume_cache.go Co-authored-by: Natalie Arellano <narellano@vmware.com> Signed-off-by: Joey Brown <brown.joseph@salesforce.com> * Update cache/volume_cache.go Co-authored-by: Natalie Arellano <narellano@vmware.com> Signed-off-by: Joey Brown <brown.joseph@salesforce.com> * Update cache/volume_cache.go Co-authored-by: Natalie Arellano <narellano@vmware.com> Signed-off-by: Joey Brown <brown.joseph@salesforce.com> * update based on feedback Signed-off-by: Joey Brown <brown.joseph@salesforce.com> * fix log * temp fix * this does not work as is. I think we need to modify img utils. Image utils should fail with a Layer Not found in both ReuseLayer & GetLayer. For GetLayer, when there is a missing blob, it's return an unexpected EOF error. For ReuseLayer, when there is a missing blob, it's not returning an error but it should. * add eof check * add not exist check * reuse layer test * fix test regression --------- Signed-off-by: Joey Brown <brown.joseph@salesforce.com> Co-authored-by: Joey Brown <brown.joseph@salesforce.com>
- Loading branch information
1 parent
a87e12e
commit df6be88
Showing
18 changed files
with
269 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.