-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Fix extended tests to check router daemonsets created by the ingress operator #21292
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
Conversation
|
/retest |
4 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
3 similar comments
|
/retest |
|
/retest |
|
/retest |
|
Not sure how the CI error is related yet: |
247b548 to
918efb9
Compare
|
rebased - if it fails again, I will try to remove/revert this checkin and test once tests complete. Not sure what's causing it. Thx |
|
checking with the commit reverted. |
|
same error - doesn't seem to be related to this change. |
47b6f1b to
918efb9
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ramr If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/retest |
1 similar comment
|
/retest |
|
@abhinavdahiya PR needs approval. PTAL thx |
| return nil, "", err | ||
| } | ||
| ds, err := k8sappsclient.DaemonSets(ns).Get("router-default", metav1.GetOptions{}) | ||
| if err == nil { |
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.
can error be nil and still have an empty DaemonSet?
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.
No error means a valid DaemonSet.
Did you mean to ask for the case the DaemonSet doesn't exist and it would return nil here?
In that case, there'd be a daemonset not found error returned.
|
/retest |
1 similar comment
|
/retest |
|
@ramr: PR needs rebase. DetailsInstructions 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. |
|
@ramr: The following tests 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. DetailsInstructions 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. |
|
Closing this out. Superseeded by and fixed in #21680 |
Changes as per comments in openshift/installer#467
@abhinavdahiya PTAL thx
Updated reference to installer PR