-
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: 47347: actually check for a live discovery endpoint before … #14881
Conversation
…aggregating (part 2)
LGTM |
Evaluated for origin merge up to f7a3fed |
too much has merged for a manual merge. re[test] |
re[test] |
continuous-integration/openshift-jenkins/merge Running (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/1164/) (Base Commit: 1a96817) (PR Branch Commit: f7a3fed) |
Hrm, this looks like it's failing on GCE |
My kingdom for a log. How can I see the master logs? |
will try to recreate and get them for you |
|
Haven't seen those errors on any other PR |
That's from the same RPMs you used against ansible master - the only failure i can see. Was consistent after restart. Not happening in origin master. |
Thanks. |
I can spin a cluster up if you need one today
On Jun 29, 2017, at 7:59 AM, David Eads <notifications@github.com> wrote:
That's from the same RPMs you used against ansible master - the only
failure i can see. Was consistent after restart. Not happening in origin
master.
Thanks.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#14881 (comment)>,
or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABG_pxRs8dJaIj7KxdHQ8VVbtI76haSRks5sI5GygaJpZM4OFNoZ>
.
|
That looks shockingly similar to https://bugzilla.redhat.com/show_bug.cgi?id=1465361 . I wonder why I can't get that locally. |
re[test]. I really can't see how this change (to non-local apiservices) can cause a failure in a local APIservice. |
Flake #14881 |
[test] |
Yeah, I'm not sure this is your problem, the linked bug definitely is happening regardless. If I get another green I'll merge. |
hit the new-app problem this time. https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/2828/ re[test] |
[test]
…On Fri, Jun 30, 2017 at 9:47 AM, OpenShift Bot ***@***.***> wrote:
continuous-integration/openshift-jenkins/test FAILURE (
https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/2861/)
(Base Commit: 383de81
<383de81>)
(PR Branch Commit: f7a3fed
<f7a3fed>
)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#14881 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABG_p_88Pxbtt0jlE_7sFy9YOKec-cE_ks5sJPx1gaJpZM4OFNoZ>
.
|
Evaluated for origin test up to f7a3fed |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/2868/) (Base Commit: 025772c) (PR Branch Commit: f7a3fed) |
…aggregating (part 2)
Fixes #14842
It seems that using a timeout on a request doesn't make the request call return (weird), but it does kick the context.Done() and give a valid error message back. https://godoc.org/golang.org/x/net/context#Context
[test]