-
Notifications
You must be signed in to change notification settings - Fork 201
Closed as not planned
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
I'm not sure if my understanding is correct or not but the the number of proxy servers created should reflect serverCount value.
apiserver-network-proxy/tests/proxy_test.go
Line 868 in fd446dc
func runGRPCProxyServerWithServerCount(serverCount int) (proxy, *server.ProxyServer, func(), error) { |
Similarly not sure why serverCount would be 0 in the below function ?
func runHTTPConnProxyServer() (proxy, func(), error) {
ctx := context.Background()
var proxy proxy
s := server.NewProxyServer(uuid.New().String(), []server.ProxyStrategy{server.ProxyStrategyDefault}, 0, &server.AgentTokenAuthenticationOptions{})
Metadata
Metadata
Assignees
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.