From dc26c9395ba15eb0a124c754d050f0ecb4ae4eee Mon Sep 17 00:00:00 2001 From: jpayne3506 Date: Wed, 27 Dec 2023 15:54:16 -0800 Subject: [PATCH] ci: make test-load verbose output --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 34a5d46e13..bdfe4c9947 100644 --- a/Makefile +++ b/Makefile @@ -785,9 +785,9 @@ test-integration: ## run all integration tests. test-load: ## run all load tests AZURE_IPAM_VERSION=$(AZURE_IPAM_VERSION) \ - CNI_VERSION=$(CNI_VERSION) + CNI_VERSION=$(CNI_VERSION) CNS_VERSION=$(CNS_VERSION) \ - go test -timeout 30m -race -tags=load ./test/integration/load... + go test -timeout 30m -race -tags=load ./test/integration/load... -v test-validate-state: cd test/integration/load && go test -mod=readonly -count=1 -timeout 30m -tags load -run ^TestValidateState