From 5b3416bd97b34a15b00a4c1c8baf89e502c40410 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Fri, 1 Dec 2023 09:03:55 -0700 Subject: [PATCH] e2e: set e2e/v3 debug logging on metrics test (#19263) --- e2e/metrics/metrics_test.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/e2e/metrics/metrics_test.go b/e2e/metrics/metrics_test.go index e5057d7b3..b976173bc 100644 --- a/e2e/metrics/metrics_test.go +++ b/e2e/metrics/metrics_test.go @@ -41,7 +41,10 @@ func (m *metric) Query() string { } func TestMetrics(t *testing.T) { - // Run via the e2e suite; requires Windows and AWS specific attributes. + // Run via the e2e suite. Requires AWS attributes. + // + // Set verbose for now to debug the e2e nightly. + t.Setenv("NOMAD_E2E_VERBOSE", "1") // Wait for the cluster to be ready cluster3.Establish(t,