Skip to content

test: Improve fuzzers to potentially generate more coverage.#5854

Merged
arkodg merged 2 commits intoenvoyproxy:mainfrom
sudiptob2:test/refactor-fuzzer
Apr 29, 2025
Merged

test: Improve fuzzers to potentially generate more coverage.#5854
arkodg merged 2 commits intoenvoyproxy:mainfrom
sudiptob2:test/refactor-fuzzer

Conversation

@sudiptob2
Copy link
Copy Markdown
Member

What type of PR is this?

test: Improve fuzzers to potentially generate more coverage.

What this PR does / why we need it:

  1. As LoadResourcesFromYAMLBytes receives bytes as input, so we can directly pass the generated byte to this method. It will help the Coverage Guided Fuzzing to generate relevant bytes.

Which issue(s) this PR fixes:

Fixes #

Release Notes: No

@sudiptob2 sudiptob2 requested a review from a team as a code owner April 29, 2025 14:42
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.33%. Comparing base (c55b814) to head (5e0226f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5854      +/-   ##
==========================================
+ Coverage   65.31%   65.33%   +0.01%     
==========================================
  Files         221      221              
  Lines       35314    35314              
==========================================
+ Hits        23064    23071       +7     
+ Misses      10825    10819       -6     
+ Partials     1425     1424       -1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@arkodg
Copy link
Copy Markdown
Contributor

arkodg commented Apr 29, 2025

@sudiptob2 can you sign the commit and fix the lint issue

Signed-off-by: sudipto baral <sudiptobaral.me@gmail.com>
@sudiptob2 sudiptob2 force-pushed the test/refactor-fuzzer branch from 2e5e566 to aadd02a Compare April 29, 2025 15:48
@sudiptob2
Copy link
Copy Markdown
Member Author

DCO Fixed @arkodg

Signed-off-by: sudipto baral <sudiptobaral.me@gmail.com>
@arkodg arkodg merged commit ba034fb into envoyproxy:main Apr 29, 2025
22 of 25 checks passed
@sudiptob2 sudiptob2 deleted the test/refactor-fuzzer branch April 29, 2025 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants