Closed chizhg closed 5 years ago
If you are only testing direct Source --> Service delivery, you may want to do your work in eventing-sources
. I think @bbrowning may have recently added a test here: https://github.com/knative/eventing-sources/tree/master/test/e2e
If you are only testing direct Source --> Service delivery, you may want to do your work in
eventing-sources
. I think @bbrowning may have recently added a test here: https://github.com/knative/eventing-sources/tree/master/test/e2e
I see, thanks for letting me know, Evan. Do you think if a test case that has one channel and multiple subscriptions will be useful? I was just thinking about working on a simple scenario as a warm-up and of course making some contributions :-) If it works, I can turn to this implementation. Thanks!
I think that test only works for a specific source (the kubernetes event source). Testing another source such as cron or containersource (we have a lot of containersources) would be useful there.
In this repo, tests for one Channel with multiple subscriptions or or multiple Channels (no event leakage between channels) would be useful, as would tests for Broker and Trigger (@Harwayne could point out some needed additional tests).
Close this issue, will turn to working on #940 /close
@Fredy-Z: Closing this issue.
Currently we do not have an e2e test case for the simple delivery scenario - direct delivery from a source to a single service.
I would like to add one as my start in this project.
/kind feature-request /assign @Fredy-Z