From 22a9fd3d125e4228bd16474d827754d00de6f834 Mon Sep 17 00:00:00 2001 From: Megum1n Date: Wed, 27 Sep 2023 00:06:51 +0200 Subject: [PATCH] Add connectionTimeout configuration to gloo canary test Signed-off-by: Megum1n --- test/gloo/test-canary.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/gloo/test-canary.sh b/test/gloo/test-canary.sh index ba14569d..b1ce962a 100755 --- a/test/gloo/test-canary.sh +++ b/test/gloo/test-canary.sh @@ -39,6 +39,7 @@ spec: - addr: "example.com" port: 80 connectionConfig: + connectionTimeout: 2s maxRequestsPerConnection: 51 loadBalancerConfig: roundRobin: @@ -221,4 +222,4 @@ echo '✔ A/B testing promotion test passed' kubectl -n gloo-system logs deployment/flagger -echo '✔ All tests passed' \ No newline at end of file +echo '✔ All tests passed'