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
{{ message }}
This repository has been archived by the owner on May 23, 2023. It is now read-only.
From the PR here opentracing-contrib/scala-concurrent#7 it appears that in some cases MockTracer.reset() doesn't appear to clear all spans, quoting the PR.
Note that for some reason, one test is still failing, i.e.
testNoActiveSpan *** FAILED ***
{traceId:1, spanId:2, parentId:0, operationName:"one"} did not equal null (TracedExecutionContextTest.scala:75)
For some reason the testPropagation test is leaving over the span and its not getting reset by mockTracer.reset(), do you have any idea what could be going on here?
You can use mvn:test to reproduce the problem.
The text was updated successfully, but these errors were encountered:
From the PR here opentracing-contrib/scala-concurrent#7 it appears that in some cases
MockTracer.reset()
doesn't appear to clear all spans, quoting the PR.You can use
mvn:test
to reproduce the problem.The text was updated successfully, but these errors were encountered: