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

[chore] rely on strict input parsing to error out on invalid unsigned int values #10609

Merged
merged 3 commits into from
Aug 20, 2024

Conversation

atoulme
Copy link
Contributor

@atoulme atoulme commented Jul 14, 2024

This removes a hook for confmap that was used to handle invalid uint values, now that #9532 is fixed.

@atoulme atoulme requested review from a team and evan-bradley July 14, 2024 01:04
@atoulme atoulme force-pushed the remove_todo_confmap branch from a0a8a9e to ca47f3a Compare July 14, 2024 03:03
Copy link

codecov bot commented Jul 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.68%. Comparing base (e477c3a) to head (496b39a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10609      +/-   ##
==========================================
- Coverage   91.68%   91.68%   -0.01%     
==========================================
  Files         404      404              
  Lines       18953    18947       -6     
==========================================
- Hits        17377    17371       -6     
  Misses       1217     1217              
  Partials      359      359              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@mx-psi mx-psi left a comment

Choose a reason for hiding this comment

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

If people disable the feature gate, we would still want to have this, right?

@atoulme
Copy link
Contributor Author

atoulme commented Jul 15, 2024

True, maybe need to wait for the feature gate to be stable. This TODO is going to block confmap 1.0.

mx-psi pushed a commit that referenced this pull request Jul 19, 2024
#### Description
Reprises
#10300

<!--Describe what testing was performed and which tests were added.-->
#### Testing
Fixed a few tests that no longer make sense. One test will conflict if
#10609 is
merged first.
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Jul 30, 2024
@atoulme atoulme removed the Stale label Aug 1, 2024
@mx-psi
Copy link
Member

mx-psi commented Aug 2, 2024

Blocked by #10793

Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added Stale and removed Stale labels Aug 17, 2024
@mx-psi mx-psi merged commit fce1d46 into open-telemetry:main Aug 20, 2024
49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants