kubernetes/test/integration/etcd
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
..
crd_overlap_storage_test.go Rename master to apiserver in test/integration 2021-06-18 17:40:46 +08:00
data.go feat: implements Storage Version Migration API in-tree 2024-03-08 04:18:56 +00:00
etcd_cross_group_test.go storage: move the APIObjectVersioner definition to storage 2022-05-11 08:19:32 -07:00
etcd_storage_path_test.go Cleanup defer from SetFeatureGateDuringTest function call 2024-04-24 20:25:29 +02:00
main_test.go use testmain in integration tests 2017-07-12 17:34:55 -07:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
server.go apiserver + controllers: enhance context support 2024-04-29 20:59:21 +02:00