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

testutil/beaconmock: fix fuzz issues #2105

Merged
merged 1 commit into from
Apr 19, 2023
Merged

testutil/beaconmock: fix fuzz issues #2105

merged 1 commit into from
Apr 19, 2023

Conversation

dB2510
Copy link
Contributor

@dB2510 dB2510 commented Apr 14, 2023

Fixes panics found by initial beacon fuzz tests. Also improve efficiency of beacon fuzzer to trigger more panics in charon workflow.

category: test
ticket: #1962

@codecov
Copy link

codecov bot commented Apr 14, 2023

Codecov Report

Patch coverage: 4.85% and project coverage change: -0.45 ⚠️

Comparison is base (0747a71) 53.74% compared to head (c80bd8b) 53.30%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2105      +/-   ##
==========================================
- Coverage   53.74%   53.30%   -0.45%     
==========================================
  Files         172      171       -1     
  Lines       22429    22344      -85     
==========================================
- Hits        12054    11910     -144     
- Misses       8899     8977      +78     
+ Partials     1476     1457      -19     
Impacted Files Coverage Δ
core/tracker/incldelay.go 52.94% <0.00%> (-2.45%) ⬇️
core/validatorapi/validatorapi.go 57.35% <0.00%> (-0.95%) ⬇️
testutil/beaconmock/beaconmock_fuzz.go 0.00% <0.00%> (ø)
core/scheduler/scheduler.go 75.55% <20.00%> (-1.90%) ⬇️
app/app.go 7.80% <40.00%> (-0.02%) ⬇️

... and 9 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dB2510 dB2510 added the merge when ready Indicates bulldozer bot may merge when all checks pass label Apr 19, 2023
@obol-bulldozer obol-bulldozer bot merged commit b4f7a06 into main Apr 19, 2023
@obol-bulldozer obol-bulldozer bot deleted the dhruv/beaconfuzz branch April 19, 2023 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge when ready Indicates bulldozer bot may merge when all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants