Closed
Description
Component(s)
consumer/consumertest
Describe the issue you're reporting
- consumer/consumertest isn't listed in the dropdown for selecting a component, or I somehow missed it, so I apologize, but I selected the closest relative I could find.
Overview
consumertest.XSink objects discard the request context on consumption. This makes testing anything related to transforming the request context difficult / unnecessary duplication. It would be hugely helpful to allow for access to the request context after the test is ran in order to validate transformations occurred.
This would help development of #33288 and #33288.