Skip to content

Commit

Permalink
Add connectionTimeout configuration to gloo canary test
Browse files Browse the repository at this point in the history
Signed-off-by: Megum1n <[email protected]>
  • Loading branch information
megum1n committed Sep 26, 2023
1 parent 65729ce commit 85c88da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/gloo/test-canary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ spec:
- addr: "example.com"
port: 80
connectionConfig:
connectionTimeout: 2s
maxRequestsPerConnection: 51
loadBalancerConfig:
roundRobin:
Expand Down Expand Up @@ -221,4 +222,4 @@ echo '✔ A/B testing promotion test passed'

kubectl -n gloo-system logs deployment/flagger

echo '✔ All tests passed'
echo '✔ All tests passed'

0 comments on commit 85c88da

Please sign in to comment.