open-telemetry / opentelemetry-dotnet-contrib

This repository contains set of components extending functionality of the OpenTelemetry .NET SDK. Instrumentation libraries, exporters, and other components can find their home here.
https://opentelemetry.io
Apache License 2.0
473 stars 283 forks source link

[Exporter.Instana] Fix broken unit test #405

Closed utpilla closed 2 years ago

utpilla commented 2 years ago

Fix the unit test: InstanaSpanSerializerTests.SerializeToStreamWriterAsync. It fails at: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/main/test/OpenTelemetry.Exporter.Instana.Tests/InstanaSpanSerializerTests.cs#L93

utpilla commented 2 years ago

@zivaninstana Please fix this unit test.