You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
danielbdias
changed the title
Test run fails with panic: runtime error: invalid memory address or nil pointer dereference
Test run fails with panic: runtime error: invalid memory address or nil pointer dereference with an wrong Tracing Backend
May 16, 2024
Describe the bug
I'm running the example located on https://github.com/kubeshop/tracetest/tree/main/examples/datadog-propagation with:
cd examples/datadog-propagation TRACETEST_API_KEY=my-api-key docker compose -f ./docker-compose.step4.yaml up -d
With a tracing backend set by mistake to a tempo backend with address
tempo:9095
.Next, I'm creating a test like this as
./tracebased-tests/otel_sdk_instrumented_api_to_datadog_instrumented_api.yaml
:When I run the following command:
tracetest run test -f ./tracebased-tests/otel_sdk_instrumented_api_to_datadog_instrumented_api.yaml
I'm receiving the following error:
My OS is a MacOS Ventura 13.6.6 and the Tracetest CLI is v1.0.0
The text was updated successfully, but these errors were encountered: