-
Notifications
You must be signed in to change notification settings - Fork 263
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
e2e: Dump stdout and describe ksvc #659
Conversation
694814b
to
ec056e7
Compare
/retest ERROR: timeout waiting for pods to come up |
ec056e7
to
f3aaa79
Compare
/retest |
@navidshaikh I think we can merged this PR regardless of we can catch the flake now. Shouldn't harm to have that extra output in case of an error ? |
@rhuss : would like to see once if its printing the required info before merging; |
f3aaa79
to
7c6fb77
Compare
shows the stdout and describes ksvc
I think the issue is recorded in the event
|
/hold cancel |
/retest |
It's crazy, the test dont want to fail anymore .... /retest |
7c6fb77
to
3ff57f1
Compare
@rhuss : Error:
and
ref: logs |
if the service create/update command execution failed
3ff57f1
to
705f987
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: navidshaikh, rhuss The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The error window introduced with knative#644 had a wrong conditional. Fixed that and added a test which would have detected this. Also, this should fix some issues which we tried to detect with knative#659.
/hold