-
Notifications
You must be signed in to change notification settings - Fork 602
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
WIP DO NOT MERGE #3860
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.
Needs 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. 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. |
The following jobs failed:
Failed non-flaky tests preventing automatic retry of pull-knative-eventing-conformance-tests:
and 60 more. |
@@ -85,7 +86,7 @@ func channelHasRequiredSubscriberStatus(st *testing.T, client *testlib.Client, c | |||
if channelable.Status.SubscribableStatus == nil || channelable.Status.SubscribableStatus.Subscribers == nil { | |||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this be using the v1alpha1 subscriber status instead of v1?
/close |
Experiments with #3789