tests: OSS-Fuzz: Add new fuzzer targets otlp json process - #12357
tests: OSS-Fuzz: Add new fuzzer targets otlp json process#12357arthurscchan wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review. 📝 WalkthroughWalkthroughThe pull request adds an OTLP/JSON fuzz target for logs, metrics, and traces. It registers the target in the existing CMake fuzzer list and cleans up decoder resources after each test input. ChangesOTLP JSON fuzzing
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This change adds isolated OSS-Fuzz coverage for existing OTLP JSON decoders without altering production behavior or deployment paths. No actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 1 functions across 1 files. (1 skipped: 1 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
We need to follow the guideline of commit message. |
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
c1a17a4 to
8044392
Compare
This PR creates a new OSS-Fuzz fuzzer targets otlp/json decoding process, together with the fix on OSS-Fuzz (google/oss-fuzz#16089) to prepare the corpora for this new fuzzer.
Summary by CodeRabbit