Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a race condition in the distributed tracing unit tests #420

Merged

Conversation

ian-mi
Copy link
Contributor

@ian-mi ian-mi commented Mar 26, 2020

Also fix the following bugs which were uncovered as a result:

  1. The sampled flag would not be correctly set when creating
    SpanContext
  2. Tracestate parsing would fail and be omitted from SpanContext

Also fix the following bugs which were uncovered as a result:
1. The sampled flag would not be correctly set when creating
SpanContext
2. Tracestate parsing would fail and be omitted from SpanContext

Signed-off-by: Ian Milligan <ianmllgn@gmail.com>
@ian-mi ian-mi force-pushed the distributed-tracing-parsing-fixes branch from 5fd0a9c to 220102a Compare March 26, 2020 07:34
@n3wscott
Copy link
Member

LGTM

@n3wscott n3wscott merged commit 07e810a into cloudevents:master Mar 26, 2020
@ian-mi ian-mi deleted the distributed-tracing-parsing-fixes branch March 26, 2020 17:41
ian-mi added a commit to ian-mi/sdk-go that referenced this pull request Apr 16, 2020
…ts#420)

Also fix the following bugs which were uncovered as a result:
1. The sampled flag would not be correctly set when creating
SpanContext
2. Tracestate parsing would fail and be omitted from SpanContext

Signed-off-by: Ian Milligan <ianmllgn@gmail.com>
n3wscott pushed a commit that referenced this pull request Apr 16, 2020
Also fix the following bugs which were uncovered as a result:
1. The sampled flag would not be correctly set when creating
SpanContext
2. Tracestate parsing would fail and be omitted from SpanContext

Signed-off-by: Ian Milligan <ianmllgn@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants