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

Feature/tracecontext integration test #228

Commits on Oct 28, 2019

  1. 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.
    toumorokoshi authored and Yusuke Tsutsumi committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    872d22c View commit details
    Browse the repository at this point in the history
  2. 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.
    toumorokoshi authored and Yusuke Tsutsumi committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    922087c View commit details
    Browse the repository at this point in the history
  3. w3c tracecontext: changing invalid span contents to return new, rando…

    …m ones.
    
    This fixes all the errors, leaving 6 failures.
    toumorokoshi authored and Yusuke Tsutsumi committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    a0b04fd View commit details
    Browse the repository at this point in the history
  4. stopgap

    toumorokoshi authored and Yusuke Tsutsumi committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    c7a094b View commit details
    Browse the repository at this point in the history
  5. 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.
    toumorokoshi authored and Yusuke Tsutsumi committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    754a703 View commit details
    Browse the repository at this point in the history
  6. Addressing feedback

    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
    toumorokoshi authored and Yusuke Tsutsumi committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    638e0fa View commit details
    Browse the repository at this point in the history
  7. Fixing tests

    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)
    toumorokoshi authored and Yusuke Tsutsumi committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    0d4fd01 View commit details
    Browse the repository at this point in the history
  8. tracecotnext tests now run with py37-tracecontext

    toumorokoshi authored and Yusuke Tsutsumi committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    d656a63 View commit details
    Browse the repository at this point in the history
  9. using bourne shell syntax for function declaration

    toumorokoshi authored and Yusuke Tsutsumi committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    ed628aa View commit details
    Browse the repository at this point in the history
  10. addressing feedback

    toumorokoshi authored and Yusuke Tsutsumi committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    2bf7d12 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6194a5f View commit details
    Browse the repository at this point in the history
  12. addressing feedback

    toumorokoshi committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    ad5ba02 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Formatting, EOF newlines

    c24t committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    b5be7cc View commit details
    Browse the repository at this point in the history
  2. Reblacken

    c24t committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    7dd47da View commit details
    Browse the repository at this point in the history