From 3af0c7ab8f7c16b88fdde790a2863fab5f13f62f Mon Sep 17 00:00:00 2001 From: woodser Date: Mon, 20 Feb 2023 15:00:23 -0500 Subject: [PATCH] limit 1 client request per connection in envoy to fix linux tests --- config/envoy.test.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/config/envoy.test.yaml b/config/envoy.test.yaml index 1f8db111..804401dc 100644 --- a/config/envoy.test.yaml +++ b/config/envoy.test.yaml @@ -17,6 +17,9 @@ static_resources: "@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager codec_type: auto stat_prefix: ingress_http + common_http_protocol_options: + idle_timeout: 0s + max_requests_per_connection: 1 route_config: name: local_route virtual_hosts: @@ -56,6 +59,9 @@ static_resources: "@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager codec_type: auto stat_prefix: ingress_http + common_http_protocol_options: + idle_timeout: 0s + max_requests_per_connection: 1 route_config: name: local_route virtual_hosts: @@ -95,6 +101,9 @@ static_resources: "@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager codec_type: auto stat_prefix: ingress_http + common_http_protocol_options: + idle_timeout: 0s + max_requests_per_connection: 1 route_config: name: local_route virtual_hosts: @@ -134,6 +143,9 @@ static_resources: "@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager codec_type: auto stat_prefix: ingress_http + common_http_protocol_options: + idle_timeout: 0s + max_requests_per_connection: 1 route_config: name: local_route virtual_hosts: @@ -173,6 +185,9 @@ static_resources: "@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager codec_type: auto stat_prefix: ingress_http + common_http_protocol_options: + idle_timeout: 0s + max_requests_per_connection: 1 route_config: name: local_route virtual_hosts: @@ -212,6 +227,9 @@ static_resources: "@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager codec_type: auto stat_prefix: ingress_http + common_http_protocol_options: + idle_timeout: 0s + max_requests_per_connection: 1 route_config: name: local_route virtual_hosts: @@ -251,6 +269,9 @@ static_resources: "@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager codec_type: auto stat_prefix: ingress_http + common_http_protocol_options: + idle_timeout: 0s + max_requests_per_connection: 1 route_config: name: local_route virtual_hosts: @@ -290,6 +311,9 @@ static_resources: "@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager codec_type: auto stat_prefix: ingress_http + common_http_protocol_options: + idle_timeout: 0s + max_requests_per_connection: 1 route_config: name: local_route virtual_hosts: