Meta Channel
doesn't conform the spec's status subscribers requirement
#3037
Labels
area/channels
area/test-and-release
Test infrastructure, tests or release
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
Describe the bug
As noted in #3016 (comment),
Channel
doesn't havesubscribers
in thestatus
.That PR is about adding conformance tests for channels around having
subscribers
array in thestatus
.Spec says this:
When a
channel.messaging.knative.dev
is created, by default Knative creates anInMemoryChannel
. When we create asubscription
against thatChannel
,InMemoryChannel
will have thesubscribers
in the status, but it is not propagated tochannel.messaging.knative.dev
. Other fields likestatus.address
are propagated fine.Expected behavior
channel.messaging.knative.dev
should havestatus.subscribers
and #3016 should pass.To Reproduce
channel.messaging.knative.dev
subscription
status.subscribers
norstatus.subscribableStatus.subscribers
is there.See #3016
Knative release version
0.14
Additional context
#3016
The text was updated successfully, but these errors were encountered: