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

test(nodebuilder): fuzzer for fullClient.DataAvailability submission #3835

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

odeke-em
Copy link
Contributor

This change presents a fuzzer for testing out fullClient data availability submission, in which the inputs to .Submit are mutated then the responses tested out to check for logical conformation. I ran this fuzzer for about 8 hours on my machine, but ideally we should get this repository up on oss-fuzz for continuous fuzzing.

@odeke-em
Copy link
Contributor Author

Kindly cc-ing @Wondertan @liamsi

@github-actions github-actions bot added the external Issues created by non node team members label Oct 10, 2024
@codecov-commenter
Copy link

codecov-commenter commented Oct 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.53%. Comparing base (2469e7a) to head (74ba7a6).
Report is 338 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3835      +/-   ##
==========================================
+ Coverage   44.83%   46.53%   +1.70%     
==========================================
  Files         265      314      +49     
  Lines       14620    18140    +3520     
==========================================
+ Hits         6555     8442    +1887     
- Misses       7313     8686    +1373     
- Partials      752     1012     +260     

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

This change presents a fuzzer for testing out fullClient
data availability submission, in which the inputs to .Submit
are mutated then the responses tested out to check for logical
conformation. I ran this fuzzer for about 8 hours on my machine,
but ideally we should get this repository up on oss-fuzz for
continuous fuzzing.
@odeke-em odeke-em force-pushed the fuzz-nodebuilder-tests-with-Node branch from dc872fd to 74ba7a6 Compare October 10, 2024 12:57
@cristaloleg cristaloleg added the kind:testing Related to unit tests label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external Issues created by non node team members kind:testing Related to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants