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

Refactor exponential histogram tests to use existing fixtures #4747

Merged
merged 4 commits into from
Dec 9, 2023

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Dec 6, 2023

The tests for the exponential histogram create their own testing fixtures. There is nothing these new fixtures do that cannot already be done with the existing testing fixtures used by all the other aggregate functions. Unify the exponential histogram testing to use the existing fixtures.

The tests for the exponential histogram create their own testing
fixtures. There is nothing these new fixtures do that cannot already be
done with the existing testing fixtures used by all the other aggregate
functions. Unify the exponential histogram testing to use the existing
fixtures.
@MrAlias MrAlias added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Dec 6, 2023
@MrAlias MrAlias marked this pull request as ready for review December 6, 2023 22:15
@MrAlias
Copy link
Contributor Author

MrAlias commented Dec 6, 2023

Blocking #4457

Copy link

codecov bot commented Dec 9, 2023

Codecov Report

Merging #4747 (388ddac) into main (b5afa70) will decrease coverage by 0.1%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #4747     +/-   ##
=======================================
- Coverage   82.1%   82.0%   -0.1%     
=======================================
  Files        225     225             
  Lines      18242   18242             
=======================================
- Hits       14978   14976      -2     
- Misses      2979    2981      +2     
  Partials     285     285             

see 1 file with indirect coverage changes

@MrAlias MrAlias merged commit 215eae3 into open-telemetry:main Dec 9, 2023
25 checks passed
@MrAlias MrAlias deleted the expo-hist-test-unify branch December 9, 2023 16:08
@MrAlias MrAlias added this to the v1.22.0 milestone Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants