Get dd_trace_agent_url from Tracer configuration for meaningful System Tests#325
Conversation
…tead of simply checking the environment variable
…vironment variable
…ead of environment variable
BenchmarksBenchmark execution time: 2026-06-05 17:35:42 Comparing candidate commit 18c900f in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 8 metrics, 0 unstable metrics.
|
|
🎯 Code Coverage (details) 🔗 Commit SHA: 18c900f | Docs | Datadog PR Page | Give us feedback! |
Motivation
The
dd_trace_agent_url,dd_versionanddd_trace_enabledvalues checked by System Tests used to be simply read from the environment variables, so leading to quite dummy tests! Now they are read from the Tracer configuration, to really test if it behaves as expected.Additional Notes
Jira ticket: IDMPL-380 Really test agent URL parsing.