kubernetes/test/integration/controlplane/transformation
Patrick Ohly b92273a760 apiserver + controllers: enhance context support
27a68aee3a introduced context support for events. Creating an event
broadcaster with context makes tests more resilient against leaking goroutines
when that context gets canceled at the end of a test and enables per-test
output via ktesting.

The context could get passed to the constructor. A cleaner solution is to
enhance context support for the apiserver and then pass the context into the
controller's run method. This ripples up the call stack to all places which
start an apiserver.
2024-04-29 20:59:21 +02:00
..
all_transformation_test.go kmsv2 test feature enablement disablement and restart 2023-07-25 09:50:59 -07:00
kms_transformation_test.go Cleanup defer from SetFeatureGateDuringTest function call 2024-04-24 20:25:29 +02:00
kmsv2_transformation_test.go Revert "Run controlplane/transformation integration tests in parallel" 2024-04-23 13:48:33 -07:00
main_test.go kmsv2 test feature enablement disablement and restart 2023-07-25 09:50:59 -07:00
secrets_transformation_test.go apiserver + controllers: enhance context support 2024-04-29 20:59:21 +02:00
transformation_test.go apiserver + controllers: enhance context support 2024-04-29 20:59:21 +02:00