Skip to content

Commit

Permalink
bump istio and re-enable dns alloc tests (istio#15470)
Browse files Browse the repository at this point in the history
* bump istio and re-enable dns alloc tests

Signed-off-by: Daniel Hawton <[email protected]>

* gen

Signed-off-by: Daniel Hawton <[email protected]>

* readd other test

Signed-off-by: Daniel Hawton <[email protected]>

---------

Signed-off-by: Daniel Hawton <[email protected]>
  • Loading branch information
dhawton authored Jul 24, 2024
1 parent 98cf0e3 commit 049b3ca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,19 @@ snip_dns_capture_in_action_2
snip_dns_capture_in_action_1
_verify_contains snip_dns_capture_in_action_3 "$snip_dns_capture_in_action_3_out"

# @TODO: Auto Allocation tests are not working in the current Istio version
# https://github.com/istio/istio.io/issues/15461
#
# snip_address_auto_allocation_1
# _verify_contains snip_address_auto_allocation_2 "* Trying 240.240."
snip_address_auto_allocation_1
_verify_contains snip_address_auto_allocation_2 "* Trying 240.240."

# verify external tcp services without vips
snip_external_tcp_services_without_vips_1
snip_external_tcp_services_without_vips_2
snip_external_tcp_services_without_vips_3
snip_external_tcp_services_without_vips_4

# @TODO: The output here changed as well.. we need to fix this.
#_verify_lines snip_external_tcp_services_without_vips_5 "
#+ outbound|9000||tcp-echo.external-2.svc.cluster.local
#+ outbound|9000||tcp-echo.external-1.svc.cluster.local
#"
_verify_lines snip_external_tcp_services_without_vips_5 "
+ outbound|9000||tcp-echo.external-2.svc.cluster.local
+ outbound|9000||tcp-echo.external-1.svc.cluster.local
"

# @cleanup

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.5
require (
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
golang.org/x/sync v0.7.0
istio.io/istio v0.0.0-20240718053917-6dd7b0acb6a4
istio.io/istio v0.0.0-20240724030529-2cb93dcb8116
k8s.io/apimachinery v0.30.1
k8s.io/client-go v0.30.1
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -933,8 +933,8 @@ istio.io/api v1.23.0-alpha.0.0.20240717200518-ef9163fb1200 h1:EgZkWIhuii2cF/KIeo
istio.io/api v1.23.0-alpha.0.0.20240717200518-ef9163fb1200/go.mod h1:QPSTGXuIQdnZFEm3myf9NZ5uBMwCdJWUvfj9ZZ+2oBM=
istio.io/client-go v1.23.0-alpha.0.0.20240717200917-990731b83cc8 h1:xNPDT1jT8EWe4XDIw1jBYigAhr2b2NHQ/4rwdy+yfvY=
istio.io/client-go v1.23.0-alpha.0.0.20240717200917-990731b83cc8/go.mod h1:yxh3oGLR8ZGd6MUjEXK9d7aqWoMrlpptmf+yaXawS08=
istio.io/istio v0.0.0-20240718053917-6dd7b0acb6a4 h1:rgioR8NBad5OBnnheXExE64SgQ15s0uOKUKqZv4IZY8=
istio.io/istio v0.0.0-20240718053917-6dd7b0acb6a4/go.mod h1:liJ546K4fw/Z4v257ddreoyMmR7UXXH2H/8MbzpzlxY=
istio.io/istio v0.0.0-20240724030529-2cb93dcb8116 h1:WTJ5F4Sbj0uN5P4tLj5qg+PKk1qephKNuNx4XERTFNQ=
istio.io/istio v0.0.0-20240724030529-2cb93dcb8116/go.mod h1:liJ546K4fw/Z4v257ddreoyMmR7UXXH2H/8MbzpzlxY=
k8s.io/api v0.18.2/go.mod h1:SJCWI7OLzhZSvbY7U8zwNl9UA4o1fizoug34OV/2r78=
k8s.io/api v0.18.4/go.mod h1:lOIQAKYgai1+vz9J7YcDZwC26Z0zQewYOGWdyIPUUQ4=
k8s.io/api v0.30.1 h1:kCm/6mADMdbAxmIh0LBjS54nQBE+U4KmbCfIkF5CpJY=
Expand Down

0 comments on commit 049b3ca

Please sign in to comment.