-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Vendor c/storage test branch and add integration tests #5005
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
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
61a20dc to
bd0b671
Compare
Codecov Report
@@ Coverage Diff @@
## master #5005 +/- ##
=======================================
Coverage 42.38% 42.38%
=======================================
Files 108 108
Lines 10008 10008
=======================================
Hits 4242 4242
Misses 5312 5312
Partials 454 454 |
7a01c57 to
72d4818
Compare
|
/test integration_fedora |
|
/test integration_rhel |
|
/hold let's not merge the vendored dependency change :) |
|
/test kata-containers |
|
@saschagrunert, please, Tomorrow remind me to test this with kata-container locally. I need to understand whether the CI is flaky or if this is actually something we should worry about. |
|
@fidencio I should remind you to test that PR with kata-containers locally. 🙃 |
|
@saschagrunert, as far as I could see CI was flaky and it was not related to this PR. Thanks for the reminder! :-) |
This change should verify that we can fix the layers.json corruption from c/storage. Signed-off-by: Sascha Grunert <[email protected]>
72d4818 to
e1d2a3c
Compare
|
@saschagrunert: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
LGTM, thanks @saschagrunert! |
|
The bump to c/storage v1.32.3 will fix this automatically via dependabot. |
The test was originally introduced by testing via the PR: cri-o#5005 To avoid future regressions we now readd the test. Signed-off-by: Sascha Grunert <[email protected]>
The test was originally introduced by testing via the PR: cri-o#5005 To avoid future regressions we now readd the test. Signed-off-by: Sascha Grunert <[email protected]>
The test was originally introduced by testing via the PR: cri-o#5005 To avoid future regressions we now readd the test. Signed-off-by: Sascha Grunert <[email protected]>
What type of PR is this?
/kind bug
What this PR does / why we need it:
This change should verify that we can fix the layers.json corruption from c/storage.
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
Refers to containers/storage#943
Does this PR introduce a user-facing change?