[QE] Don't wait on triggers, before deploying their subscriber#5444
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5444 +/- ##
=======================================
Coverage 82.76% 82.76%
=======================================
Files 197 197
Lines 6069 6069
=======================================
Hits 5023 5023
Misses 722 722
Partials 324 324 Continue to review full report at Codecov.
|
|
This looks good to me. There's one failed check: KinD e2e tests / e2e tests (v1.19.7, ./test/rekt/...) (pull_request) |
I think it's a flake |
|
/retest |
|
/lgtm |
|
/test all |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cardil, matzew 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 |
* Don't wait on triggers, before deploying their subscriber
* Don't wait on triggers, before deploying their subscriber
…983) * Including eventing-kafka upgrade tests for source and channel * Change the eventing env prefix * Removal of personal forks * Testing if knative/eventing#5444 will fix the tests * Fixing the config paths * Removal of interim fork
* Don't wait on triggers, before deploying their subscriber
Port of openshift-knative#983 to main branch with 0.22 eventing * Including eventing-kafka upgrade tests for source and channel * Change the eventing env prefix * Removal of personal forks * Testing if knative/eventing#5444 will fix the tests * Fixing the config paths * Removal of interim fork
* [0.22] Backport of PRs 5321 and 4815 (from #1284) * Backport of (knative#4815) Extension point for transport used to send events in upgrade tests * EventSender interface to enable customisation of sending events * Clean ups * Basic extendability of wathola sender * Updating boilerplate * Testing sender services * Allow of customization of wathola test images on downstream * Waiting until test port is open * Switch to v2 of pelletier/toml to support reading string/map[string]interface{} for interface{} typed field. * LogLevel is settable * Logging received event * Changes after review * Backport of (knative#5321) Allow to change SUT for upgrade tests * Introduction of SUT package * Refactor to keep used interfaces and deprecate them first * Update-codegen * Restoring configuration options, to have Deprecated status instead * Working e2e test * Fixing NPE in upgrade tests * Introducing new interfaces for configuration and easy execution * NPE fix in continual.go@55 * Removal of ensure.NoError * Raising UnavailablePeriodToReport to 10s to make tests more stable * Running all e2e tagged tests * Raising unavailibility period to 60s as load & retries makes it longer. * Execute upgrade e2e tests with additional run * Using SutURL in wathola config instead of BrokerURL * Removal of redundant namespace option * Switch to using interface{} as endpoint address representation * Fixing compile error on prober * Use full event type only * Remove unused event prefix * Renaming after code review * Removal of unnecessary github.com/prometheus/common * Remove Kafka from README and SUT to graph * Remove unused EventsTypePrefix option * Remove execution of TestBrokerAndTriggers helper test * Backport of knative#5444 (#1286) * Don't wait on triggers, before deploying their subscriber * Restore manually modified vendor dir
* Including eventing-kafka upgrade tests for source and channel Port of #983 to main branch with 0.22 eventing * Including eventing-kafka upgrade tests for source and channel * Change the eventing env prefix * Removal of personal forks * Testing if knative/eventing#5444 will fix the tests * Fixing the config paths * Removal of interim fork * Interim: checking if upgrade tests will work with 0.21 test images * Remove interim personal forks * Revert "Interim: checking if upgrade tests will work with 0.21 test images" This reverts commit 727308a.
[0.23] Backport of PRs 4815 5321 5444 (from knative#1309) * Backport of (knative#4815) Extension point for transport used to send events in upgrade tests * EventSender interface to enable customisation of sending events * Clean ups * Basic extendability of wathola sender * Updating boilerplate * Testing sender services * Allow of customization of wathola test images on downstream * Waiting until test port is open * Switch to v2 of pelletier/toml to support reading string/map[string]interface{} for interface{} typed field. * LogLevel is settable * Logging received event * Changes after review * Backport of (knative#5321) Allow to change SUT for upgrade tests * Introduction of SUT package * Refactor to keep used interfaces and deprecate them first * Update-codegen * Restoring configuration options, to have Deprecated status instead * Working e2e test * Fixing NPE in upgrade tests * Introducing new interfaces for configuration and easy execution * NPE fix in continual.go@55 * Removal of ensure.NoError * Raising UnavailablePeriodToReport to 10s to make tests more stable * Running all e2e tagged tests * Raising unavailibility period to 60s as load & retries makes it longer. * Execute upgrade e2e tests with additional run * Using SutURL in wathola config instead of BrokerURL * Removal of redundant namespace option * Switch to using interface{} as endpoint address representation * Fixing compile error on prober * Use full event type only * Remove unused event prefix * Renaming after code review * Removal of unnecessary github.com/prometheus/common * Remove Kafka from README and SUT to graph * Remove unused EventsTypePrefix option * Remove execution of TestBrokerAndTriggers helper test * Backport of (knative#5444) * Don't wait on triggers, before deploying their subscriber * Restore manually modified vendor dir
* [0.23] Backport of PRs 4815 5321 5444 [0.23] Backport of PRs 4815 5321 5444 (from #1309) * Backport of (knative#4815) Extension point for transport used to send events in upgrade tests * EventSender interface to enable customisation of sending events * Clean ups * Basic extendability of wathola sender * Updating boilerplate * Testing sender services * Allow of customization of wathola test images on downstream * Waiting until test port is open * Switch to v2 of pelletier/toml to support reading string/map[string]interface{} for interface{} typed field. * LogLevel is settable * Logging received event * Changes after review * Backport of (knative#5321) Allow to change SUT for upgrade tests * Introduction of SUT package * Refactor to keep used interfaces and deprecate them first * Update-codegen * Restoring configuration options, to have Deprecated status instead * Working e2e test * Fixing NPE in upgrade tests * Introducing new interfaces for configuration and easy execution * NPE fix in continual.go@55 * Removal of ensure.NoError * Raising UnavailablePeriodToReport to 10s to make tests more stable * Running all e2e tagged tests * Raising unavailibility period to 60s as load & retries makes it longer. * Execute upgrade e2e tests with additional run * Using SutURL in wathola config instead of BrokerURL * Removal of redundant namespace option * Switch to using interface{} as endpoint address representation * Fixing compile error on prober * Use full event type only * Remove unused event prefix * Renaming after code review * Removal of unnecessary github.com/prometheus/common * Remove Kafka from README and SUT to graph * Remove unused EventsTypePrefix option * Remove execution of TestBrokerAndTriggers helper test * Backport of (knative#5444) * Don't wait on triggers, before deploying their subscriber * Restore manually modified vendor dir * Revert "Update deps"
Fixes #5441
Proposed Changes
duck.WaitForResourceReadyon GKE without subscriber being deployed yet #5442)