typelevel / otel4s

An OpenTelemetry library for Scala based on Cats-Effect
https://typelevel.org/otel4s
Apache License 2.0
162 stars 30 forks source link

sdk: fix flaky `SdkTracerSuite` test #679

Closed iRevive closed 2 months ago

iRevive commented 2 months ago

Unfortunately, the flaky tests don't fail locally.

I have a gut feeling there may be something wrong with the cancelation of the pending export tasks. For instance, oteljava's testkit uses SimpleSpanProcessor too: https://github.com/typelevel/otel4s/blob/main/oteljava/trace-testkit/src/main/scala/org/typelevel/otel4s/oteljava/testkit/trace/TracesTestkit.scala#L94-L95.