Add e2e test cases for Channel-Subscription model#976
Conversation
|
/retest |
|
/retest |
|
Thanks for adding tests!!! 💯 |
|
This is a generic test, it doesn't depend on a particular CCP. Will it run against the various channels/channel providers? Through what mechanism? |
Currently it's only running against the default in-memory channel. When we have support for setting up other CCPs like Kafka, we can reuse the same test cases to test them by simply changing the |
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Fredy-Z, Harwayne 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 |
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest BTW, the current timeout for Serving e2e/conformance tests is 30 minutes. |
…kerfiler-v1.15 [release-v1.15] Make adapter independent from brokerfilter package
Added e2e test cases for the following two scenarios:
More information can be found in the test case comment.
PS. currently there's some duplicate code in the test cases, we can probably refactor them into common functions in the future.