Skip to content

Conversation

Metal-Bat
Copy link

@Metal-Bat Metal-Bat commented Aug 6, 2024

updated TRACECONTEXT_GIT_TAG to latest

Description

Fixes #4105
updated TRACECONTEXT_GIT_TAG version for avoid warnings in test time

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  • read 5 years of git log in konsole to see if i can find any deprication (nothing found but the docs are not really good)
  • just tested the script

Does This PR Require a Contrib Repo Change?

  • Yes. - Link to PR:
  • No.

Checklist:

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been added
  • Documentation has been updated

@Metal-Bat Metal-Bat requested a review from a team August 6, 2024 21:42
- 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))
Copy link
Member

@emdneto emdneto Aug 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should move this to the "# Unreleased" section at the beginning of the CHANGELOG.md file

set -e
# hard-coding the git tag to ensure stable builds.
TRACECONTEXT_GIT_TAG="98f210efd89c63593dce90e2bae0a1bdcb986f51"
TRACECONTEXT_GIT_TAG="e99a85d12df8c25c51ec1d5d234f20e918265b75"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think won't be so to easy to point to the lastest :) There's a failing test test_tracestate_duplicated_keys.

In w3c/trace-context#477

The test_tracestate_duplicated_keys was broken, it demanded to drop
the whole tracestate when a duplicate key was found. This does not match
what the specification mandates in that situation. Instead,
implementations MAY remove the duplicates from tracestate or even leave
them in as-is.

@xrmx xrmx closed this in #4448 Feb 26, 2025
@github-project-automation github-project-automation bot moved this from Reviewed PR that needs fixing to Done in @xrmx's Python PR digest Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Update tracecontext tests
2 participants