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
Since the OpenTracing support, we have never had proper tests for tracing.
With the latest OpenTelemetry addition, we have got this ones here https://github.com/strimzi/strimzi-kafka-bridge/tree/main/src/test/java/io/strimzi/kafka/bridge/tracing but anyway these tests just run clients to send and receive messages without checking that tracing information are available. They just check that messages are properly exchanged when tracing is enabled but nothing more.
We should explore a way to check that expected spans are created and tracing information are available.
The text was updated successfully, but these errors were encountered:
Since the OpenTracing support, we have never had proper tests for tracing.
With the latest OpenTelemetry addition, we have got this ones here https://github.com/strimzi/strimzi-kafka-bridge/tree/main/src/test/java/io/strimzi/kafka/bridge/tracing but anyway these tests just run clients to send and receive messages without checking that tracing information are available. They just check that messages are properly exchanged when tracing is enabled but nothing more.
We should explore a way to check that expected spans are created and tracing information are available.
The text was updated successfully, but these errors were encountered: