mirror of
https://github.com/status-im/consul.git
synced 2025-02-03 09:24:25 +00:00
Windows Integration Test Changes (#18758)
* some changes to debug * revert machines * increased timeout * added sleep 10 seconds before test start * chagne envoy version * removed sleep * revert timeout * replace position * removed date * Revert "[NET-5217] [OSS] Derive sidecar proxy locality from parent service (#18437)" This reverts commit 05604eeec1186a4c8a6156e7519a579171659c1a. * fix build * Revert "replace position" This reverts commit 48e6af46a8daae186c283f30d316b1104906993e. * Revert "Revert "[NET-5217] [OSS] Derive sidecar proxy locality from parent service (#18437)"" This reverts commit d7c568e2be727b72e6827225782e0e17ac06b74a. * comment out api gateway http hostnames test * fix import * revert integ test run on PR
This commit is contained in:
parent
d090668c37
commit
0b6efbb9c1
34
.github/workflows/test-integrations-windows.yml
vendored
34
.github/workflows/test-integrations-windows.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
envoy-version: [ "1.24.10", "1.25.9", "1.26.4", "1.27.0" ]
|
||||
envoy-version: [ "1.27.0" ]
|
||||
xds-target: [ "server", "client" ]
|
||||
env:
|
||||
ENVOY_VERSION: ${{ matrix.envoy-version }}
|
||||
@ -103,22 +103,22 @@ jobs:
|
||||
# https://hashicorp.atlassian.net/browse/NET-4973
|
||||
# ^ Ticket to figure out why grouping test case is failing on Windows Machine
|
||||
|
||||
- name: Envoy Integration Tests for windows case-api-gateway-http-hostnames
|
||||
shell: bash
|
||||
if: always()
|
||||
env:
|
||||
GOTESTSUM_JUNITFILE: ${{ env.TEST_RESULTS_DIR }}/results.xml
|
||||
GOTESTSUM_FORMAT: standard-verbose
|
||||
COMPOSE_INTERACTIVE_NO_CLI: 1
|
||||
LAMBDA_TESTS_ENABLED: "true"
|
||||
# tput complains if this isn't set to something.
|
||||
TERM: ansi
|
||||
run: |
|
||||
# shellcheck disable=SC2001
|
||||
echo "Running Integration Test case-api-gateway-http-hostnames"
|
||||
# shellcheck disable=SC2001
|
||||
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-hostnames
|
||||
# shell: bash
|
||||
# if: always()
|
||||
# env:
|
||||
# GOTESTSUM_JUNITFILE: ${{ env.TEST_RESULTS_DIR }}/results.xml
|
||||
# GOTESTSUM_FORMAT: standard-verbose
|
||||
# COMPOSE_INTERACTIVE_NO_CLI: 1
|
||||
# LAMBDA_TESTS_ENABLED: "true"
|
||||
# # tput complains if this isn't set to something.
|
||||
# TERM: ansi
|
||||
# run: |
|
||||
# # shellcheck disable=SC2001
|
||||
# echo "Running Integration Test case-api-gateway-http-hostnames"
|
||||
# # shellcheck disable=SC2001
|
||||
# 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
|
||||
shell: bash
|
||||
|
@ -605,12 +605,10 @@ function suite_teardown {
|
||||
|
||||
function run_containers {
|
||||
echo "Starting containers"
|
||||
echo $(date)
|
||||
echo $@
|
||||
for name in $@ ; do
|
||||
echo "Starting container"
|
||||
echo $name
|
||||
echo $(date)
|
||||
run_container $name
|
||||
done
|
||||
echo "Done running containers"
|
||||
|
Loading…
x
Reference in New Issue
Block a user