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

config: Add fuzz tests #6604

Merged
merged 14 commits into from
Jan 17, 2025
Merged

config: Add fuzz tests #6604

merged 14 commits into from
Jan 17, 2025

Conversation

pellared
Copy link
Member

@pellared pellared commented Jan 13, 2025

Fixes #6586

A fix for a bug discovered thanks to these tests:

Issue for integration with OSS-Fuzz: #6605

Each fuzz test passed when running for more than 10 minutes. E.g.

11m0s, execs: 5055668 (10389/sec), new interesting: 840 (total: 859)
PASS
ok      go.opentelemetry.io/contrib/config/v0.3.0       660.154s

@pellared pellared added the Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG label Jan 13, 2025
@pellared pellared added this to the v1.34.0 milestone Jan 13, 2025
@github-actions github-actions bot requested a review from codeboten January 13, 2025 09:24
Copy link

codecov bot commented Jan 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.7%. Comparing base (dafdad1) to head (52b636c).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #6604     +/-   ##
=======================================
+ Coverage   68.6%   68.7%   +0.1%     
=======================================
  Files        200     200             
  Lines      16872   16872             
=======================================
+ Hits       11582   11601     +19     
+ Misses      4941    4927     -14     
+ Partials     349     344      -5     

see 2 files with indirect coverage changes

@pellared pellared marked this pull request as ready for review January 13, 2025 10:01
@pellared pellared requested a review from a team as a code owner January 13, 2025 10:01
Copy link
Contributor

@dashpole dashpole left a comment

Choose a reason for hiding this comment

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

cool!

Makefile Outdated Show resolved Hide resolved
Copy link
Contributor

@codeboten codeboten left a comment

Choose a reason for hiding this comment

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

Thanks @pellared!

@pellared pellared requested a review from MrAlias January 15, 2025 08:22
@MrAlias MrAlias merged commit 751de09 into open-telemetry:main Jan 17, 2025
24 checks passed
@pellared pellared deleted the fuzz branch January 17, 2025 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

config: Add fuzz tests
4 participants