-
Notifications
You must be signed in to change notification settings - Fork 635
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
Feature/tracecontext integration test #228
Merged
toumorokoshi
merged 14 commits into
open-telemetry:master
from
toumorokoshi:feature/tracecontext-integration-test
Oct 29, 2019
Merged
Feature/tracecontext integration test #228
toumorokoshi
merged 14 commits into
open-telemetry:master
from
toumorokoshi:feature/tracecontext-integration-test
Oct 29, 2019
Commits on Oct 28, 2019
-
Adding tracecontext checker to tox
Verifying that our tracecontext is compliant with the w3c tracecontext reference is valuable. Adding a tox command to verify that the TraceContext propagator adheres to the w3c spec.
Configuration menu - View commit details
-
Copy full SHA for 872d22c - Browse repository at this point
Copy the full SHA 872d22cView commit details -
Migrating generate_trace/span_id to api
As the tracecontext spec calls for the creation of new, valid spans in the case of recieving invalid data from headers, it is necessary to have functions that generate valid span and trace ids.
Configuration menu - View commit details
-
Copy full SHA for 922087c - Browse repository at this point
Copy the full SHA 922087cView commit details -
w3c tracecontext: changing invalid span contents to return new, rando…
…m ones. This fixes all the errors, leaving 6 failures.
Configuration menu - View commit details
-
Copy full SHA for a0b04fd - Browse repository at this point
Copy the full SHA a0b04fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7a094b - Browse repository at this point
Copy the full SHA c7a094bView commit details -
tracecontexthttptestformat now works with integration test
The tracecontexthttptextformat now adheres completely to the w3c tracecontext test suite. moving the test endpoint to a non-root, to ensure that the basic example is clear. Adding unit tests to test_tracecontexhttptextformat that were helpful.
Configuration menu - View commit details
-
Copy full SHA for 754a703 - Browse repository at this point
Copy the full SHA 754a703View commit details -
moving the generate span / trace id methods back to API. no longer needed due to open-telemetry#235 moving test service to it's own module. modifying shell script to use bourne shell, using posix standard location
Configuration menu - View commit details
-
Copy full SHA for 638e0fa - Browse repository at this point
Copy the full SHA 638e0faView commit details -
Ensuring resources installed to the target directory are not included in style and linting. Modifying tox invocation to include python version to ensure it's called by travis-ci. Fixing tests that are no longer valid due to previous changes ( tracecontext returning INVALID_SPAN, start_as_current_span called)
Configuration menu - View commit details
-
Copy full SHA for 0d4fd01 - Browse repository at this point
Copy the full SHA 0d4fd01View commit details -
Configuration menu - View commit details
-
Copy full SHA for d656a63 - Browse repository at this point
Copy the full SHA d656a63View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed628aa - Browse repository at this point
Copy the full SHA ed628aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bf7d12 - Browse repository at this point
Copy the full SHA 2bf7d12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6194a5f - Browse repository at this point
Copy the full SHA 6194a5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad5ba02 - Browse repository at this point
Copy the full SHA ad5ba02View commit details
Commits on Oct 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b5be7cc - Browse repository at this point
Copy the full SHA b5be7ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dd47da - Browse repository at this point
Copy the full SHA 7dd47daView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.