marcingrzejszczak commented on PR #10539:
URL: https://github.com/apache/camel/pull/10539#issuecomment-1629086252

   If you add 
   
   ```
   @AfterEach
       void noLeakingContext() {
           Assertions.assertSame(Context.root(), Context.current(), "There must 
be no leaking span after test");
       }
   ```
   
   into `CamelOpenTelemetryTestSupport` and 
`CamelMicrometerObservationTestSupport` the `MulticastRouteTest` will start to 
fail sometimes. Apparently something is wrong in the Camel Tracing module that 
doesn't clear scopes properly. I'm still looking into that - it's very 
difficult to replicate and fix


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to