zipkin-js icon indicating copy to clipboard operation
zipkin-js copied to clipboard

http tests should cover the client originated trace use case

Open codefromthecrypt opened this issue 5 years ago • 2 comments

@thegryfon noticed that in community axios implementations, some leak contexts and you wouldn't necessarily know until a second root trace is attempted.

here's an example scenario I think tests could cover:

there is no parent trace in scope create a client request create a second client request verify that both client requests are root spans

codefromthecrypt avatar Mar 26 '19 10:03 codefromthecrypt

@adriancole continuing our last discussion, how can i help

thegryfon avatar Jun 18 '19 07:06 thegryfon

suppose this was a request to backfill tests

codefromthecrypt avatar Jun 18 '19 08:06 codefromthecrypt