istio / istio.io

Source for the istio.io site
https://istio.io/
Apache License 2.0
761 stars 1.54k forks source link

test flake: Envoy Filter retries #15603

Open craigbox opened 3 months ago

craigbox commented 3 months ago

https://prow.istio.io/view/gs/istio-prow/pr-logs/pull/istio_istio.io/15574/doc.test.profile-demo_istio.io/1826782762380562432

https://storage.googleapis.com/istio-prow/pr-logs/pull/istio_istio.io/15574/doc.test.profile-demo_istio.io/1826782762380562432/artifacts/tests-setup-profile-demo-b309e2/TestDocs/tasks/policy-enforcement/rate-limit/test.sh/test.sh/_test_context/test.sh_output.txt

VERIFY FAILED snip_verify_global_rate_limit_2 (timeout after 120s):
received:
"429
429
200"
expected:
"200
200
429"
craigbox commented 1 month ago

I got this again

VERIFY FAILED snip_verify_global_rate_limit_2 (timeout after 120s):
received:
"429
200
200"
expected:
"200
200
429"

Perhaps we just need a check that the output contains at least one 200 and at least one 429?