Skip to content

Commit 3ac8c2d

Browse files
(test/integration/connect/envoy) change retry to wait longer for container to spinup
1 parent ca418d1 commit 3ac8c2d

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/secondary/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ register_services secondary
1313

1414
gen_envoy_bootstrap s2 19002 secondary
1515
gen_envoy_bootstrap mesh-gateway 19003 secondary true
16-
retry_default docker_consul secondary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=primary" >/dev/null
16+
retry_long docker_consul secondary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=primary" >/dev/null

test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/secondary/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ register_services secondary
1313

1414
gen_envoy_bootstrap s2 19002 secondary
1515
gen_envoy_bootstrap mesh-gateway 19003 secondary true
16-
retry_default docker_consul secondary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=primary" >/dev/null
16+
retry_long docker_consul secondary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=primary" >/dev/null

test/integration/connect/envoy/case-gateways-local/primary/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ register_services primary
99

1010
gen_envoy_bootstrap s1 19000 primary
1111
gen_envoy_bootstrap mesh-gateway 19002 primary true
12-
retry_default docker_consul primary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=secondary" >/dev/null
12+
retry_long docker_consul primary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=secondary" >/dev/null

test/integration/connect/envoy/case-gateways-local/secondary/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ register_services secondary
99

1010
gen_envoy_bootstrap s2 19001 secondary
1111
gen_envoy_bootstrap mesh-gateway 19003 secondary true
12-
retry_default docker_consul secondary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=primary" > /dev/null
12+
retry_long docker_consul secondary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=primary" > /dev/null

test/integration/connect/envoy/case-gateways-remote/secondary/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ register_services secondary
99

1010
gen_envoy_bootstrap s2 19001 secondary
1111
gen_envoy_bootstrap mesh-gateway 19003 secondary true
12-
retry_default docker_consul secondary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=primary" >/dev/null
12+
retry_long docker_consul secondary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=primary" >/dev/null

test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/primary/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ register_services primary
6868

6969
gen_envoy_bootstrap mesh-gateway 19002 primary true
7070
gen_envoy_bootstrap ingress-gateway 20000 primary true
71-
retry_default docker_consul primary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=secondary" >/dev/null
71+
retry_long docker_consul primary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=secondary" >/dev/null

test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/secondary/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ register_services secondary
1010
gen_envoy_bootstrap s1 19001 secondary
1111
gen_envoy_bootstrap s2 19002 secondary
1212
gen_envoy_bootstrap mesh-gateway 19003 secondary true
13-
retry_default docker_consul secondary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=primary" >/dev/null
13+
retry_long docker_consul secondary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=primary" >/dev/null

test/integration/connect/envoy/case-multidc-rsa-ca/primary/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ set -eEuo pipefail
88
register_services primary
99

1010
gen_envoy_bootstrap s1 19000 primary
11-
retry_default docker_consul primary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=secondary" >/dev/null
11+
retry_long docker_consul primary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=secondary" >/dev/null

test/integration/connect/envoy/case-multidc-rsa-ca/secondary/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ set -eEuo pipefail
88
register_services secondary
99

1010
gen_envoy_bootstrap s2 19001 secondary
11-
retry_default docker_consul secondary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=primary" >/dev/null
11+
retry_long docker_consul secondary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=primary" >/dev/null

test/integration/connect/envoy/case-wanfed-gw/primary/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ set -eEuo pipefail
88
register_services primary
99

1010
gen_envoy_bootstrap mesh-gateway 19000 primary true
11-
retry_default docker_consul primary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=secondary" >/dev/null
11+
retry_long docker_consul primary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=secondary" >/dev/null

test/integration/connect/envoy/case-wanfed-gw/secondary/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ set -eEuo pipefail
88
register_services secondary
99

1010
gen_envoy_bootstrap mesh-gateway 19001 secondary true
11-
retry_default docker_consul secondary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=primary" >/dev/null
11+
retry_long docker_consul secondary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=primary" >/dev/null

0 commit comments

Comments
 (0)