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

Detect root attribute name duplicates during the resolution process #305

Merged
merged 5 commits into from
Aug 11, 2024

Conversation

lquerel
Copy link
Contributor

@lquerel lquerel commented Aug 9, 2024

The detection of duplicates in root attributes was not part of the resolution, contrary to what I thought.

Closes #296

@lquerel lquerel added the bug Something isn't working label Aug 9, 2024
@lquerel lquerel self-assigned this Aug 9, 2024
@lquerel lquerel requested a review from jsuereth as a code owner August 9, 2024 17:29
@@ -49,6 +49,13 @@
],
"requirement_level": "opt_in"
},
{
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Some of my tests had duplicate root attributes...

@lquerel lquerel requested a review from a team August 11, 2024 16:02
@lquerel lquerel merged commit fd21ab1 into open-telemetry:main Aug 11, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Check if attribute name is unique within the registry
3 participants