This repository was archived by the owner on Nov 28, 2022. It is now read-only.
[0.21] Backport of knative#5444#1286
Merged
openshift-merge-robot merged 1 commit intoMay 31, 2021
Merged
Conversation
* Don't wait on triggers, before deploying their subscriber
Author
|
Required so that tests of openshift-knative/serverless-operator#983 can pass |
|
[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 |
openshift-merge-robot
pushed a commit
that referenced
this pull request
Jun 10, 2021
* [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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of knative#5444