elastic / elastic-otel-java

Apache License 2.0
14 stars 12 forks source link

Replace inferred spans smoke test with integration test #124

Closed JonasKunz closed 8 months ago

JonasKunz commented 8 months ago

The smoke tests are slow and hard to get right. I've added "integration tests" as a simpler mechanism: The gradle tests are simply run with the agent distro attached. This also how the upstream tests mostly work.

The attached agent is the agent-for-testing, which is altered to expose the generated spans in memory.