consul/agent/rpc/peering
Matt Keeler 49e6c0232d
Panic for unregistered types (#20476)
* Panic when controllers attempt to make invalid requests to the resource service

This will help to catch bugs in tests that could cause infinite errors to be emitted.

* Disable the API GW v2 controller

With the previous commit, this would cause a server to panic due to watching a type which has not yet been created/registered.

* Ensure that a test server gets the full type registry instead of constructing its own

* Skip TestServer_ControllerDependencies

* Fix peering tests so that they use the full resource registry.
2024-02-06 11:23:06 -05:00
..
service.go
service_ce_test.go
service_test.go Panic for unregistered types (#20476) 2024-02-06 11:23:06 -05:00
testing.go
testutil_ce_test.go
validate.go
validate_test.go