From 4f6a491b5132e465383729836aee4847b973dd8a Mon Sep 17 00:00:00 2001 From: Benedikt Bongartz Date: Wed, 4 Sep 2024 18:00:53 +0200 Subject: [PATCH] adapt e2e tests Signed-off-by: Benedikt Bongartz --- tests/e2e/gateway/02-assert.yaml | 1 + .../install-tempo-assert.yaml | 1 + tests/e2e/monolithic-memory/01-assert.yaml | 17 +++++++++++++++++ .../e2e/monolithic-receivers-tls/01-assert.yaml | 3 +++ .../install-tempostack-assert.yaml | 1 + 5 files changed, 23 insertions(+) diff --git a/tests/e2e/gateway/02-assert.yaml b/tests/e2e/gateway/02-assert.yaml index e7122f244..0a669a99c 100644 --- a/tests/e2e/gateway/02-assert.yaml +++ b/tests/e2e/gateway/02-assert.yaml @@ -154,4 +154,5 @@ spec: spec: containers: - name: tempo + - name: jaeger-query - name: tempo-query diff --git a/tests/e2e/monolithic-extraconfig/install-tempo-assert.yaml b/tests/e2e/monolithic-extraconfig/install-tempo-assert.yaml index 1bf463912..d9897a059 100644 --- a/tests/e2e/monolithic-extraconfig/install-tempo-assert.yaml +++ b/tests/e2e/monolithic-extraconfig/install-tempo-assert.yaml @@ -77,6 +77,7 @@ spec: apiVersion: v1 data: tempo-query.yaml: | + address: 127.0.0.1:7777 backend: 127.0.0.1:3200 tenant_header_key: x-scope-orgid services_query_duration: 72h0m0s diff --git a/tests/e2e/monolithic-memory/01-assert.yaml b/tests/e2e/monolithic-memory/01-assert.yaml index a53923ab2..4fb30eea5 100644 --- a/tests/e2e/monolithic-memory/01-assert.yaml +++ b/tests/e2e/monolithic-memory/01-assert.yaml @@ -21,6 +21,23 @@ status: readyReplicas: 1 --- apiVersion: v1 +kind: Pod +metadata: + name: tempo-simplest-0 +status: + containerStatuses: + - name: tempo + ready: true + started: true + - name: jaeger-query + ready: true + started: true + - name: tempo-query + ready: true + started: true + phase: Running +--- +apiVersion: v1 kind: Service metadata: labels: diff --git a/tests/e2e/monolithic-receivers-tls/01-assert.yaml b/tests/e2e/monolithic-receivers-tls/01-assert.yaml index ca1f0e38c..a62070b5a 100644 --- a/tests/e2e/monolithic-receivers-tls/01-assert.yaml +++ b/tests/e2e/monolithic-receivers-tls/01-assert.yaml @@ -30,6 +30,9 @@ status: - name: tempo ready: true started: true + - name: jaeger-query + ready: true + started: true - name: tempo-query ready: true started: true diff --git a/tests/e2e/tempostack-extraconfig/install-tempostack-assert.yaml b/tests/e2e/tempostack-extraconfig/install-tempostack-assert.yaml index 435cb14e1..aa23663bf 100644 --- a/tests/e2e/tempostack-extraconfig/install-tempostack-assert.yaml +++ b/tests/e2e/tempostack-extraconfig/install-tempostack-assert.yaml @@ -476,6 +476,7 @@ data: usage_report: reporting_enabled: false tempo-query.yaml: | + address: 127.0.0.1:7777 backend: 127.0.0.1:3200 tenant_header_key: x-scope-orgid services_query_duration: 72h0m0s