-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
UPSTREAM: 55631: Parse and return the last line in the log even if it is partial #17198
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: runcom Assign the PR to them by writing The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/unassign |
/test extended_conformance_gce |
@smarterclayton @mrunalp PTAL |
/test end_to_end |
LGTM. This is needed to work around upstream CRI log parsing issue where it doesn't return the last line if it doesn't have a newline. |
/retest |
(Unrelated) Failed for extended_conformance_install_update:
|
@runcom the referenced upstream is related to DCOS getting started guide. see: kubernetes/kubernetes#17198 what upstream are you actually intending to carry? |
yeah, sorry ,that's actually an issue in kube. There's no PR upstream for this patch /cc @mrunalp |
why not? |
I created kubernetes/kubernetes#55631 to fix this upstream. |
… is partial Signed-off-by: Antonio Murdaca <[email protected]>
I want to hold this PR merging in any branch until the corresponding upstream merges. |
upstream for this has merged. |
/test crio |
@smarterclayton @stevekuznetsov We need this to fix the last crio test and start gating on crio in origin. |
/approve |
/test crio |
@derekwaynecarr you need to re-post your /lgtm I guess |
/test crio |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: derekwaynecarr, runcom, stevekuznetsov The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/test crio |
1 similar comment
/test crio |
Cri-o test is hitting some weird failure on an unrelated test, this PR is fixing the issue so please merge it guys |
This one is currently in the queue, will merge in due time |
First CRI-O job fully green 🎉 |
@runcom: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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/test-infra repository. I understand the commands that are listed here. |
Automatic merge from submit-queue. |
Upstream issue: kubernetes/kubernetes#44976
Needed by CRI-O, @mrunalp PTAL
Signed-off-by: Antonio Murdaca [email protected]