-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Extend checkpoint/restore test for container logs #9202
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
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: adrianreber The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/ok-to-test |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9202 +/- ##
==========================================
- Coverage 47.34% 47.30% -0.05%
==========================================
Files 162 162
Lines 23978 24034 +56
==========================================
+ Hits 11353 11369 +16
- Misses 11510 11547 +37
- Partials 1115 1118 +3 🚀 New features to boost your workflow:
|
Lot's of CI errors. The ones I looked seem to be unrelated to my change. |
/skip |
/retest |
This extends the checkpoint/restore test to ensure that the container log file (crictl logs) is restored correctly. Signed-off-by: Adrian Reber <areber@redhat.com>
4840945
to
4996d10
Compare
/retest |
1 similar comment
/retest |
@adrianreber: The following test failed, say
Full PR test history. Your PR dashboard. Instructions 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-sigs/prow repository. I understand the commands that are listed here. |
What type of PR is this?
/kind ci
What t 8000 his PR does / why we need it:
Which issue(s) this PR fixes:
This extends the checkpoint/restore test to ensure that the container log file (crictl logs) is restored correctly.
Special notes for your reviewer:
Trying to reproduce https://issues.redhat.com/browse/OCPBUGS-55963
Does this PR introduce a user-facing change?
No