-
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 <[email protected]> * restorer and exporter working as expected Signed-off-by: Joey Brown <[email protected]> * lint Signed-off-by: Joey Brown <[email protected]> * Update phase/restorer.go Co-authored-by: Natalie Arellano <[email protected]> Signed-off-by: Joey Brown <[email protected]> * Update phase/cache.go Co-authored-by: Natalie Arellano <[email protected]> Signed-off-by: Joey Brown <[email protected]> * Update cache/image_cache.go Co-authored-by: Natalie Arellano <[email protected]> Signed-off-by: Joey Brown <[email protected]> * Update cache/volume_cache.go Co-authored-by: Natalie Arellano <[email protected]> Signed-off-by: Joey Brown <[email protected]> * Update cache/volume_cache.go Co-authored-by: Natalie Arellano <[email protected]> Signed-off-by: Joey Brown <[email protected]> * Update cache/volume_cache.go Co-authored-by: Natalie Arellano <[email protected]> Signed-off-by: Joey Brown <[email protected]> * Update cache/volume_cache.go Co-authored-by: Natalie Arellano <[email protected]> Signed-off-by: Joey Brown <[email protected]> * Update cache/volume_cache.go Co-authored-by: Natalie Arellano <[email protected]> Signed-off-by: Joey Brown <[email protected]> * update based on feedback Signed-off-by: Joey Brown <[email protected]> * 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 <[email protected]> Co-authored-by: Joey Brown <[email protected]>
- 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.