mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 16:28:48 +10:00
* Span/SpanEvent order for client/server traces cannot be guaranteed with the current implementation of OrderedSpanRecorder. Client/server trace verification tests are therefore seperated. * Async call tests are disabled as well as the current implementation of OrderedSpanRecorder does not adequately support async client SpanEvents. A modification should be in place soon, and these tests will be added to the suite when that happens.