Unbreak integration tests#299
Conversation
|
/test pull-knative-eventing-integration-tests |
|
/test pull-knative-eventing-integration-tests My attempt to run the core of the e2e script locally works with this change. Unfortunately I can only run the actual e2e script via prow, which is still failing :( |
|
these errors look interesting: #303 will get closer to fixing this one: Maybe something is more broken with the env than just code? |
|
/lgtm |
The Channel Ready condition is an aggregation of ChannelProvisioned, ChannelRoutable and ChannelServiceable. However, ChannelProvisioned is not reliably set by the bus provisioner. Until it is reliable, it should not be used to indicate the Channel is ready as it also propagates into the Flow Ready condition. This change will be reverted as part of issue knative#285. Until then, the integration test suite will be unblocked.
e6e2765 to
c70c559
Compare
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: evankanderson, scothis 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 |
|
/close This is not actually breaking the e2e tests. Will capture this change along with #285 |
The Channel Ready condition is an aggregation of ChannelProvisioned,
ChannelRoutable and ChannelServiceable. However, ChannelProvisioned is
not reliably set by the bus provisioner. Until it is reliable, it should
not be used to indicate the Channel is ready as it also propagates into
the Flow Ready condition.
This change will be reverted as part of issue #285. Until then, the
integration test suite will be unblocked.