Update istio test ref - fix timeout failures? (#9325)

* Update istio test ref - fix timeout failures?

* Go back to figure out why ext cp setup is failing (samples not starting)

* Again including #31560

* After 31561

* Past #31410

* test ref sha=688973e58828ffbcff2ccd9eeab41a12527c217a

* test ref 9d5ba69765 #31401

* Update test ref to latest istio and change 504/408 for egress test

* Update to get around quay.io outage
This commit is contained in:
Eric Van Norman 2021-03-23 08:29:04 -05:00 committed by GitHub
parent a8ed72fef4
commit 517c0208e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View File

@ -296,13 +296,13 @@ In this example, you set a timeout rule on calls to the `httpbin.org` service.
{{< text bash >}}
$ kubectl exec "$SOURCE_POD" -c sleep -- time curl -o /dev/null -sS -w "%{http_code}\n" http://httpbin.org/delay/5
504
408
real 0m3.149s
user 0m0.004s
sys 0m0.004s
{{< /text >}}
This time a 504 (Gateway Timeout) appears after 3 seconds.
This time a 408 (Request Timeout) appears after 3 seconds.
Although httpbin.org was waiting 5 seconds, Istio cut off the request at 3 seconds.
### Cleanup the controlled access to external services

View File

@ -175,7 +175,7 @@ kubectl exec "$SOURCE_POD" -c sleep -- time curl -o /dev/null -sS -w "%{http_cod
}
! read -r -d '' snip_manage_traffic_to_external_services_3_out <<\ENDSNIP
504
408
real 0m3.149s
user 0m0.004s
sys 0m0.004s

2
go.mod
View File

@ -25,7 +25,7 @@ replace github.com/evanphx/json-patch => github.com/evanphx/json-patch v0.0.0-20
require (
github.com/golang/sync v0.0.0-20180314180146-1d60e4601c6f
github.com/pmezard/go-difflib v1.0.0
istio.io/istio v0.0.0-20210313070834-342c25dd9118
istio.io/istio v0.0.0-20210323002534-732f93af9ab4
istio.io/pkg v0.0.0-20210226185257-1f58c1049e9f
k8s.io/apimachinery v0.20.4
k8s.io/client-go v0.20.4

8
go.sum
View File

@ -1462,15 +1462,15 @@ honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9
honnef.co/go/tools v0.0.1-2020.1.5 h1:nI5egYTGJakVyOryqLs1cQO5dO0ksin5XXs2pspk75k=
honnef.co/go/tools v0.0.1-2020.1.5/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
istio.io/api v0.0.0-20210131044048-bfeb10697307/go.mod h1:fnENIXK5mEYv7Acq1AE8bSEvba9kG2dltqEzsaCw7ys=
istio.io/api v0.0.0-20210313031627-92d4fc7ec827 h1:OXD4A0QyUeu/iAszFd/41DJnoxQNft9tDS8ZtTSdNzI=
istio.io/api v0.0.0-20210313031627-92d4fc7ec827/go.mod h1:nsSFw1LIMmGL7r/+6fJI6FxeG/UGlLxRK8bkojIvBVs=
istio.io/api v0.0.0-20210322145030-ec7ef4cd6eaf h1:wAkMg4dDRWkas2Gzkln5926OvHw3g/XbKsjICF/msQw=
istio.io/api v0.0.0-20210322145030-ec7ef4cd6eaf/go.mod h1:nsSFw1LIMmGL7r/+6fJI6FxeG/UGlLxRK8bkojIvBVs=
istio.io/client-go v0.0.0-20210218000043-b598dd019200 h1:9M2ZxIeSilnH03pFVovgxbm2RFL/J5mASQzlbHAvgJs=
istio.io/client-go v0.0.0-20210218000043-b598dd019200/go.mod h1:gmwBYzvw0UEaguyZG6E9mYv4HXGr1V9MChouM0tj5KQ=
istio.io/gogo-genproto v0.0.0-20210113155706-4daf5697332f/go.mod h1:6BwTZRNbWS570wHX/uR1Wqk5e0157TofTAUMzT7N4+s=
istio.io/gogo-genproto v0.0.0-20210226185354-42d28d740a8c h1:YIi/dWRV8RwoC0ScV/QfHPWu7HGezVhGvNPv35FDJ5o=
istio.io/gogo-genproto v0.0.0-20210226185354-42d28d740a8c/go.mod h1:6BwTZRNbWS570wHX/uR1Wqk5e0157TofTAUMzT7N4+s=
istio.io/istio v0.0.0-20210313070834-342c25dd9118 h1:o08iBNAZBpD6ZILi1ke1NbjxYLJwlyQl5t0wVYbWzhQ=
istio.io/istio v0.0.0-20210313070834-342c25dd9118/go.mod h1:PxxGZzzBN+TG+ZGl4zOwA9+I6rYv5yDbFsnGvimeX9k=
istio.io/istio v0.0.0-20210323002534-732f93af9ab4 h1:GE4HuQU8Qxd2uqgyy1a4s4sCZfax+H9iymWyi9PTeLY=
istio.io/istio v0.0.0-20210323002534-732f93af9ab4/go.mod h1:YZAOD4sKSB1nf4zSfJkmnX83gAhW2ajvLgVFduh/6gs=
istio.io/pkg v0.0.0-20210226185257-1f58c1049e9f h1:1BL4uxqHrYceyErUr+yGI1vHHZhznGJEM2hYcOyt14A=
istio.io/pkg v0.0.0-20210226185257-1f58c1049e9f/go.mod h1:U14DF4p1AViKhOwpVv1UPEWtknGytJyfJw6hqVi0TmM=
k8s.io/api v0.18.1/go.mod h1:3My4jorQWzSs5a+l7Ge6JBbIxChLnY8HnuT58ZWolss=