Martin Gencur
Martin Gencur
This is a follow-up to https://github.com/knative/eventing/pull/7888 All of the tests should be asserting the eventtype's reference. ## Proposed Changes - Assert eventtype reference for InMemoryChannel - Remove TestContainerSourceEventTypeAutoCreate as automatic...
Fixes #7910 ## Proposed Changes - Run installation of Sink, Broker and Trigger sequentially where required so as to prevent resource starvation ### Pre-review Checklist - [ ] **At least...
The feature set [NewFiltersFeatureSet](https://github.com/knative/eventing/blob/main/test/rekt/features/new_trigger_filters/feature.go#L45) runs a lot of tests in parallel. It also sets up a lot of Brokers, Triggers/Filters, Sink receivers in the same "Setup" phase of the reconciler-test...
Add test for TLS certificate rotation ## Proposed Changes * Add test for TLS certificate rotation (including rotation of certificates for Activator, queue-proxy, Ingress) * Re-implement the local function `scanPodLogs`...
## What is changing? There are a few configuration elements which are not documented yet in [this document](https://github.com/knative/docs/blob/main/docs/serving/configuration/deployment.md): ``` QueueSidecarTokenAudiences sets.Set[string] // QueueSidecarRootCA is a root certificate to be trusted...
This configuration element was removed as part of https://github.com/knative/serving/pull/13830 "Fixes #issue-number" or "Add description of the problem this PR solves" ## Proposed Changes - - -
**Describe the bug** Running downgrade from Eventing 1.16 to 1.15 can fail with "no endpoints available for service "eventing-webhook" when ContainerSource (and thus SinkBinding) is present in the cluster. The...
Related to https://github.com/knative-extensions/eventing-kafka-broker/issues/4047 This brings the building blocks for creating paired upgrade tests in other repositories like eventing-kafka-broker. ## Proposed Changes - Introduce type `DurableFeature` which holds two interconnected features:...