diff --git a/CHANGELOG.md b/CHANGELOG.md index cfdc5686b56..2628af653a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1639,3 +1639,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ([#3778](https://github.com/open-telemetry/opentelemetry-python/pull/3778)) - Fix license field in pyproject.toml files ([#3803](https://github.com/open-telemetry/opentelemetry-python/pull/3803)) +- bump trace-context to e99a85d12df8c25c51ec1d5d234f20e918265b75 + ([#4109](https://github.com/open-telemetry/opentelemetry-python/pull/4109)) diff --git a/scripts/tracecontext-integration-test.sh b/scripts/tracecontext-integration-test.sh index 4d482ddafe5..d2e4827e2c4 100755 --- a/scripts/tracecontext-integration-test.sh +++ b/scripts/tracecontext-integration-test.sh @@ -1,13 +1,13 @@ #!/bin/sh -set -e +set -e # hard-coding the git tag to ensure stable builds. -TRACECONTEXT_GIT_TAG="98f210efd89c63593dce90e2bae0a1bdcb986f51" +TRACECONTEXT_GIT_TAG="e99a85d12df8c25c51ec1d5d234f20e918265b75" # clone w3c tracecontext tests mkdir -p target rm -rf ./target/trace-context git clone https://github.com/w3c/trace-context ./target/trace-context cd ./target/trace-context && git checkout $TRACECONTEXT_GIT_TAG && cd - -# start example opentelemetry service, which propagates trace-context by +# start example opentelemetry service, which propagates trace-context by # default. python ./tests/w3c_tracecontext_validation_server.py 1>&2 & EXAMPLE_SERVER_PID=$! @@ -15,7 +15,7 @@ EXAMPLE_SERVER_PID=$! # of delay would cause many of the tracecontext tests to fail being # unable to connect. sleep 1 -onshutdown() +onshutdown() { # send a sigint, to ensure # it is caught as a KeyboardInterrupt in the