Add Conformance test for user set headers #3208
Labels
area/API
API objects and controllers
area/test-and-release
It flags unit/e2e/conformance/perf test issues for product features
kind/feature
Well-understood/specified features, ready for coding.
kind/spec
Discussion of how a feature should be exposed to customers.
Milestone
In what area(s)?
/area API
/area test-and-release
Describe the feature
User set headers SHOULD be passed through to the user container for each request. This issue is to add a conformance test that sends a headers and validates that the set header appears in the response from the
runtime
test container.This is a follow up to #3116 as it requires some additional changes to https://github.com/knative/pkg to make it possible to set request headers when using
pkgTest.WaitForEndpointState
.The text was updated successfully, but these errors were encountered: