Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle no-expand tarballs with v1 manifests #250

Merged
merged 4 commits into from
May 24, 2020
Merged

Conversation

nrc
Copy link
Contributor

@nrc nrc commented May 24, 2020

Currently based on top of #249.

This PR handles tarballs which just need to be saved to disk rather than untared. The first commit factors out a distinct error type for when a manifest has expired. I don't actually use this code (I don't think we need to handle this case before the initial release) but I think it will be useful later and I'd already written it.

PTAL @AstroProfundis

nrc added 2 commits May 24, 2020 16:22
Signed-off-by: Nick Cameron <nrc@ncameron.org>
Signed-off-by: Nick Cameron <nrc@ncameron.org>
@nrc nrc mentioned this pull request May 24, 2020
2 tasks
Signed-off-by: Nick Cameron <nrc@ncameron.org>
@codecov-commenter
Copy link

codecov-commenter commented May 24, 2020

Codecov Report

Merging #250 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #250   +/-   ##
=======================================
  Coverage   45.54%   45.54%           
=======================================
  Files          37       37           
  Lines        2874     2874           
=======================================
  Hits         1309     1309           
  Misses       1333     1333           
  Partials      232      232           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c41600b...eac1b08. Read the comment docs.

@lonng lonng merged commit 21dc8fd into pingcap:master May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants