WIP DO NOT MERGE#3860
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: aliok The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
This pull request introduces 4 alerts when merging 9aa80e0 into 9f3fb3f - view on LGTM.com new alerts:
|
|
This pull request introduces 4 alerts when merging 560ba2a into 9f3fb3f - view on LGTM.com new alerts:
|
|
@aliok: The following tests failed, say
Full PR test history. Your PR dashboard. 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. |
|
The following jobs failed:
Failed non-flaky tests preventing automatic retry of pull-knative-eventing-conformance-tests: and 60 more. |
| st.Fatalf("%q does not have status.subscribers", channel) | ||
| } | ||
| ss := findSubscriberStatus(channelable.Status.SubscribableStatus.Subscribers, subscription) | ||
| ss := findSubscriberStatusV1(channelable.Status.SubscribableStatus.Subscribers, subscription) |
There was a problem hiding this comment.
shouldn't this be using the v1alpha1 subscriber status instead of v1?
|
/close |
Experiments with #3789