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

Adds conformance test #61

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Adds conformance test #61

wants to merge 5 commits into from

Conversation

bg451
Copy link

@bg451 bg451 commented Jan 3, 2019

We have implemented a conformance test which validates a tracer's inject/extract carrier format. There is a conformance harness that sends a set of carriers to a client (written in python here) and reads the clients response from stdout.

The client reads a JSON blob from stdin, extracts the span context for each carrier format, then injects the span contexts into a new JSON blob and sends that over stdout.

Google Cloud Build is being used for CI, to run the cloudbuild.yaml file locally see https://cloud.google.com/cloud-build/docs/build-debug-locally

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.

1 participant