Increase timeout for integration test windows. (#18737)

increase timeout
This commit is contained in:
Ashesh Vidyut 2023-09-11 13:54:49 +05:30 committed by GitHub
parent bf291f5b8d
commit 7429aba3c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 62 additions and 62 deletions

View File

@ -117,7 +117,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-api-gateway-http-hostnames"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-api-gateway-http-hostnames" -win=true
- name: Envoy Integration Tests for windows case-api-gateway-http-simple
@ -134,7 +134,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-api-gateway-http-simple"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-api-gateway-http-simple" -win=true
- name: Envoy Integration Tests for windows case-api-gateway-http-splitter-targets
@ -151,7 +151,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-api-gateway-http-splitter-targets"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-api-gateway-http-splitter-targets" -win=true
- name: Envoy Integration Tests for windows case-api-gateway-http-tls-overlapping-hosts
@ -168,7 +168,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-api-gateway-http-tls-overlapping-hosts"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-api-gateway-http-tls-overlapping-hosts" -win=true
- name: Envoy Integration Tests for windows case-api-gateway-tcp-conflicted
@ -185,7 +185,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-api-gateway-tcp-conflicted"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-api-gateway-tcp-conflicted" -win=true
- name: Envoy Integration Tests for windows case-api-gateway-tcp-simple
@ -202,7 +202,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-api-gateway-tcp-simple"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-api-gateway-tcp-simple" -win=true
- name: Envoy Integration Tests for windows case-api-gateway-tcp-tls-overlapping-hosts
@ -219,7 +219,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-api-gateway-tcp-tls-overlapping-hosts"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-api-gateway-tcp-tls-overlapping-hosts" -win=true
- name: Envoy Integration Tests for windows case-badauthz
@ -236,7 +236,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-badauthz"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-badauthz" -win=true
- name: Envoy Integration Tests for windows case-basic
@ -253,7 +253,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-basic"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-basic" -win=true
- name: Envoy Integration Tests for windows case-centralconf
@ -270,7 +270,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-centralconf"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-centralconf" -win=true
- name: Envoy Integration Tests for windows case-cfg-resolver-cluster-peering-failover
@ -287,7 +287,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-cfg-resolver-cluster-peering-failover"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-cfg-resolver-cluster-peering-failover" -win=true
- name: Envoy Integration Tests for windows case-cfg-resolver-dc-failover-gateways-none
@ -304,7 +304,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-cfg-resolver-dc-failover-gateways-none"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-cfg-resolver-dc-failover-gateways-none" -win=true
- name: Envoy Integration Tests for windows case-cfg-resolver-dc-failover-gateways-remote
@ -321,7 +321,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-cfg-resolver-dc-failover-gateways-remote"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-cfg-resolver-dc-failover-gateways-remote" -win=true
- name: Envoy Integration Tests for windows case-cfg-resolver-defaultsubset
@ -338,7 +338,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-cfg-resolver-defaultsubset"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-cfg-resolver-defaultsubset" -win=true
- name: Envoy Integration Tests for windows case-cfg-resolver-features
@ -355,7 +355,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-cfg-resolver-features"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-cfg-resolver-features" -win=true
- name: Envoy Integration Tests for windows case-cfg-resolver-subset-onlypassing
@ -372,7 +372,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-cfg-resolver-subset-onlypassing"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-cfg-resolver-subset-onlypassing" -win=true
- name: Envoy Integration Tests for windows case-cfg-resolver-subset-redirect
@ -389,7 +389,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-cfg-resolver-subset-redirect"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-cfg-resolver-subset-redirect" -win=true
- name: Envoy Integration Tests for windows case-cfg-resolver-svc-failover
@ -406,7 +406,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-cfg-resolver-svc-failover"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-cfg-resolver-svc-failover" -win=true
- name: Envoy Integration Tests for windows case-cfg-resolver-svc-redirect-http
@ -423,7 +423,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-cfg-resolver-svc-redirect-http"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-cfg-resolver-svc-redirect-http" -win=true
- name: Envoy Integration Tests for windows case-cfg-resolver-svc-redirect-tcp
@ -440,7 +440,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-cfg-resolver-svc-redirect-tcp"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-cfg-resolver-svc-redirect-tcp" -win=true
- name: Envoy Integration Tests for windows case-cfg-router-features
@ -457,7 +457,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-cfg-router-features"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-cfg-router-features" -win=true
- name: Envoy Integration Tests for windows case-cfg-splitter-cluster-peering
@ -474,7 +474,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-cfg-splitter-cluster-peering"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-cfg-splitter-cluster-peering" -win=true
- name: Envoy Integration Tests for windows case-cfg-splitter-features
@ -491,7 +491,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-cfg-splitter-features"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-cfg-splitter-features" -win=true
- name: Envoy Integration Tests for windows case-cfg-splitter-peering-ingress-gateways
@ -508,7 +508,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-cfg-splitter-peering-ingress-gateways"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-cfg-splitter-peering-ingress-gateways" -win=true
# This test runs fine on windows machine but fails on CI
@ -527,7 +527,7 @@ jobs:
# #shellcheck disable=SC2001
# echo "Running Integration Test case-consul-exec"
# # shellcheck disable=SC2001
# go test -v -timeout=30m -tags integration \
# go test -v -timeout=45m -tags integration \
# ./test/integration/connect/envoy -run="TestEnvoy/case-consul-exec" -win=true
- name: Envoy Integration Tests for windows case-cross-peer-control-plane-mgw
@ -544,7 +544,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-cross-peer-control-plane-mgw"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-cross-peer-control-plane-mgw" -win=true
- name: Envoy Integration Tests for windows case-cross-peers
@ -561,7 +561,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-cross-peers"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-cross-peers" -win=true
- name: Envoy Integration Tests for windows case-cross-peers-http
@ -578,7 +578,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-cross-peers-http"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-cross-peers-http" -win=true
- name: Envoy Integration Tests for windows case-cross-peers-http-router
@ -595,7 +595,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-cross-peers-http-router"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-cross-peers-http-router" -win=true
- name: Envoy Integration Tests for windows case-cross-peers-resolver-redirect-tcp
@ -612,7 +612,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-cross-peers-resolver-redirect-tcp"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-cross-peers-resolver-redirect-tcp" -win=true
- name: Envoy Integration Tests for windows case-dogstatsd-udp
@ -629,7 +629,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-dogstatsd-udp"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-dogstatsd-udp" -win=true
- name: Envoy Integration Tests for windows case-envoyext-ratelimit
@ -646,7 +646,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-envoyext-ratelimit"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-envoyext-ratelimit" -win=true
- name: Envoy Integration Tests for windows case-expose-checks
@ -663,7 +663,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-expose-checks"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-expose-checks" -win=true
- name: Envoy Integration Tests for windows case-gateway-without-services
@ -680,7 +680,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-gateway-without-services"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-gateway-without-services" -win=true
- name: Envoy Integration Tests for windows case-gateways-local
@ -697,7 +697,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-gateways-local"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-gateways-local" -win=true
- name: Envoy Integration Tests for windows case-gateways-remote
@ -714,7 +714,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-gateways-remote"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-gateways-remote" -win=true
- name: Envoy Integration Tests for windows case-grpc
@ -731,7 +731,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-grpc"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-grpc" -win=true
- name: Envoy Integration Tests for windows case-http
@ -748,7 +748,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-http"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-http" -win=true
- name: Envoy Integration Tests for windows case-http-badauthz
@ -765,7 +765,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-http-badauthz"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-http-badauthz" -win=true
- name: Envoy Integration Tests for windows case-ingress-gateway-grpc
@ -782,7 +782,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-ingress-gateway-grpc"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-ingress-gateway-grpc" -win=true
- name: Envoy Integration Tests for windows case-ingress-gateway-http
@ -799,7 +799,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-ingress-gateway-http"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-ingress-gateway-http" -win=true
- name: Envoy Integration Tests for windows case-ingress-gateway-multiple-services
@ -816,7 +816,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-ingress-gateway-multiple-services"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-ingress-gateway-multiple-services" -win=true
- name: Envoy Integration Tests for windows case-ingress-gateway-peering-failover
@ -833,7 +833,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-ingress-gateway-peering-failover"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-ingress-gateway-peering-failover" -win=true
- name: Envoy Integration Tests for windows case-ingress-gateway-simple
@ -850,7 +850,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-ingress-gateway-simple"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-ingress-gateway-simple" -win=true
- name: Envoy Integration Tests for windows case-ingress-mesh-gateways-resolver
@ -867,7 +867,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-ingress-mesh-gateways-resolver"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-ingress-mesh-gateways-resolver" -win=true
- name: Envoy Integration Tests for windows case-l7-intentions
@ -884,7 +884,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-l7-intentions"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-l7-intentions" -win=true
- name: Envoy Integration Tests for windows case-multidc-rsa-ca
@ -901,7 +901,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-multidc-rsa-ca"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-multidc-rsa-ca" -win=true
- name: Envoy Integration Tests for windows case-prometheus
@ -918,7 +918,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-prometheus"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-prometheus" -win=true
- name: Envoy Integration Tests for windows case-property-override
@ -935,7 +935,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-property-override"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-property-override" -win=true
- name: Envoy Integration Tests for windows case-stats-proxy
@ -952,7 +952,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-stats-proxy"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-stats-proxy" -win=true
- name: Envoy Integration Tests for windows case-statsd-udp
@ -969,7 +969,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-statsd-udp"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-statsd-udp" -win=true
- name: Envoy Integration Tests for windows case-terminating-gateway-hostnames
@ -986,7 +986,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-terminating-gateway-hostnames"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-terminating-gateway-hostnames" -win=true
- name: Envoy Integration Tests for windows case-terminating-gateway-simple
@ -1003,7 +1003,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-terminating-gateway-simple"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-terminating-gateway-simple" -win=true
- name: Envoy Integration Tests for windows case-terminating-gateway-without-services
@ -1020,7 +1020,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-terminating-gateway-without-services"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-terminating-gateway-without-services" -win=true
- name: Envoy Integration Tests for windows case-upstream-config
@ -1037,7 +1037,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-upstream-config"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-upstream-config" -win=true
- name: Envoy Integration Tests for windows case-wanfed-gw
@ -1054,7 +1054,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-wanfed-gw"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-wanfed-gw" -win=true
- name: Envoy Integration Tests for windows case-ingress-gateway-sds
@ -1071,7 +1071,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-ingress-gateway-sds"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-ingress-gateway-sds" -win=true
- name: Envoy Integration Tests for windows case-lua
@ -1088,7 +1088,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-lua"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-lua" -win=true
- name: Envoy Integration Tests for windows case-terminating-gateway-subsets
@ -1105,7 +1105,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-terminating-gateway-subsets"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-terminating-gateway-subsets" -win=true
# Skipping this because - https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/wasm_filter
@ -1122,7 +1122,7 @@ jobs:
# # shellcheck disable=SC2001
# echo "Running Integration Test case-wasm"
# # shellcheck disable=SC2001
# go test -v -timeout=30m -tags integration \
# go test -v -timeout=45m -tags integration \
# ./test/integration/connect/envoy -run="TestEnvoy/case-wasm" -win=true
# Skipping because of - cacert is not available in curl windows
@ -1141,7 +1141,7 @@ jobs:
# # shellcheck disable=SC2001
# echo "Running Integration Test case-ingress-gateway-tls"
# # shellcheck disable=SC2001
# go test -v -timeout=30m -tags integration \
# go test -v -timeout=45m -tags integration \
# ./test/integration/connect/envoy -run="TestEnvoy/case-ingress-gateway-tls" -win=true
- name: Envoy Integration Tests for windows case-mesh-to-lambda
@ -1158,7 +1158,7 @@ jobs:
# shellcheck disable=SC2001
echo "Running Integration Test case-mesh-to-lambda"
# shellcheck disable=SC2001
go test -v -timeout=30m -tags integration \
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-mesh-to-lambda" -win=true