grafana / tempo-operator

Grafana Tempo Kubernetes operator
https://grafana.com/docs/tempo/latest/setup/operator/
GNU Affero General Public License v3.0
61 stars 30 forks source link

[chore] e2e: update tempo instance name to avoid race condition #913

Closed andreasgerstmayr closed 5 months ago

andreasgerstmayr commented 5 months ago

All OpenShift multitenancy tests create cluster-scoped resources (e.g. ClusterRole tempo-<name>-gateway), therefore we must use unique names across the cluster, otherwise running the e2e test suite in parallel will fail randomly.