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

UPSTREAM: 55631: Parse and return the last line in the log even if it is partial #17198

Merged
merged 1 commit into from
Nov 30, 2017

Conversation

runcom
Copy link
Member

@runcom runcom commented Nov 6, 2017

Upstream issue: kubernetes/kubernetes#44976
Needed by CRI-O, @mrunalp PTAL

Signed-off-by: Antonio Murdaca [email protected]

@openshift-merge-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: runcom
We suggest the following additional approver: bparees

Assign the PR to them by writing /assign @bparees in a comment when ready.

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 /approve in a comment
You can cancel your approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Nov 6, 2017
@openshift-merge-robot openshift-merge-robot added the vendor-update Touching vendor dir or related files label Nov 6, 2017
@bparees
Copy link
Contributor

bparees commented Nov 6, 2017

/unassign

@ashcrow
Copy link
Member

ashcrow commented Nov 6, 2017

/test extended_conformance_gce

@runcom
Copy link
Member Author

runcom commented Nov 13, 2017

@smarterclayton @mrunalp PTAL

@runcom runcom changed the title UPSTREAM: drop: Parse and return the last line in the log even if it is partial UPSTREAM: 17198: Parse and return the last line in the log even if it is partial Nov 13, 2017
@runcom
Copy link
Member Author

runcom commented Nov 13, 2017

/test end_to_end

@mrunalp
Copy link
Member

mrunalp commented Nov 13, 2017

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.

@ashcrow
Copy link
Member

ashcrow commented Nov 13, 2017

/retest

@ashcrow
Copy link
Member

ashcrow commented Nov 13, 2017

(Unrelated) Failed for extended_conformance_install_update:

INSTALL ANSIBLE ATOMIC-OPENSHIFT-UTILS

@derekwaynecarr
Copy link
Member

@runcom the referenced upstream is related to DCOS getting started guide.

see: kubernetes/kubernetes#17198

what upstream are you actually intending to carry?

@derekwaynecarr derekwaynecarr added this to the 3.8.0 milestone Nov 13, 2017
@runcom
Copy link
Member Author

runcom commented Nov 13, 2017

@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
This PR is actually breaking something in tests and @mrunalp is looking at it.

@liggitt
Copy link
Contributor

liggitt commented Nov 13, 2017

There's no PR upstream for this patch

why not?

@mrunalp
Copy link
Member

mrunalp commented Nov 13, 2017

I created kubernetes/kubernetes#55631 to fix this upstream.

@runcom runcom changed the title UPSTREAM: 17198: Parse and return the last line in the log even if it is partial UPSTREAM: 55631: Parse and return the last line in the log even if it is partial Nov 15, 2017
@derekwaynecarr
Copy link
Member

I want to hold this PR merging in any branch until the corresponding upstream merges.

@mrunalp
Copy link
Member

mrunalp commented Nov 28, 2017

upstream for this has merged.

@runcom
Copy link
Member Author

runcom commented Nov 29, 2017

/test crio

@mrunalp
Copy link
Member

mrunalp commented Nov 29, 2017

@smarterclayton @stevekuznetsov We need this to fix the last crio test and start gating on crio in origin.

@derekwaynecarr
Copy link
Member

/approve
/lgtm

@runcom
Copy link
Member Author

runcom commented Nov 29, 2017

/test crio

@runcom
Copy link
Member Author

runcom commented Nov 29, 2017

Submit Queue — PR does not have lgtm label.

@derekwaynecarr you need to re-post your /lgtm I guess

@stevekuznetsov
Copy link
Contributor

/test crio
/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Nov 29, 2017
@openshift-ci-robot
Copy link

[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 /approve in a comment
You can cancel your approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 29, 2017
@runcom
Copy link
Member Author

runcom commented Nov 29, 2017

/test crio

1 similar comment
@runcom
Copy link
Member Author

runcom commented Nov 29, 2017

/test crio

@runcom
Copy link
Member Author

runcom commented Nov 29, 2017

Cri-o test is hitting some weird failure on an unrelated test, this PR is fixing the issue so please merge it guys

@runcom
Copy link
Member Author

runcom commented Nov 29, 2017

@stevekuznetsov ^^

@stevekuznetsov
Copy link
Contributor

This one is currently in the queue, will merge in due time

@runcom
Copy link
Member Author

runcom commented Nov 29, 2017

First CRI-O job fully green 🎉

@stevekuznetsov
Copy link
Contributor

PARTY

@openshift-ci-robot
Copy link

openshift-ci-robot commented Nov 30, 2017

@runcom: The following test failed, say /retest to rerun them all:

Test name Commit Details Rerun command
ci/openshift-jenkins/extended_conformance_install_update d665d93 link /test extended_conformance_install_update

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.

@openshift-merge-robot
Copy link
Contributor

Automatic merge from submit-queue.

@openshift-merge-robot openshift-merge-robot merged commit cee0ee7 into openshift:master Nov 30, 2017
@runcom runcom deleted the fix-logs-cri branch November 30, 2017 07:31
@SuShu19 SuShu19 mentioned this pull request Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. vendor-update Touching vendor dir or related files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants