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

go/storage/mkvs: Add MKVS fuzzing #2698

Merged
merged 4 commits into from
Feb 20, 2020
Merged

Conversation

kostko
Copy link
Member

@kostko kostko commented Feb 19, 2020

Adds fuzzers specifically for MKVS tree operations and fixes a bug found during fuzzing (added as unit test).

@kostko kostko force-pushed the kostko/feature/mkvs-fuzzing branch 2 times, most recently from 90f4cf0 to 3f83c17 Compare February 19, 2020 17:36
@codecov
Copy link

codecov bot commented Feb 19, 2020

Codecov Report

Merging #2698 into master will decrease coverage by 0.06%.
The diff coverage is 86.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2698      +/-   ##
==========================================
- Coverage    63.2%   63.14%   -0.07%     
==========================================
  Files         377      377              
  Lines       35440    35448       +8     
==========================================
- Hits        22400    22382      -18     
- Misses      10242    10261      +19     
- Partials     2798     2805       +7
Impacted Files Coverage Δ
go/storage/mkvs/urkel/insert.go 86.39% <0%> (-3.96%) ⬇️
go/storage/mkvs/urkel/node/key.go 77.41% <100%> (+0.75%) ⬆️
go/storage/client/tests/tests.go 90.47% <100%> (+0.15%) ⬆️
go/storage/mkvs/urkel/remove.go 85.41% <100%> (+0.31%) ⬆️
go/worker/compute/executor/committee/state.go 74.07% <0%> (-11.12%) ⬇️
go/storage/mkvs/urkel/urkel.go 85.71% <0%> (-3.58%) ⬇️
go/worker/compute/executor/committee/node.go 62% <0%> (-3.35%) ⬇️
go/storage/metrics.go 75.21% <0%> (-2.57%) ⬇️
go/storage/api/root_cache.go 72.41% <0%> (-2.3%) ⬇️
... and 14 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 19a39b2...6f23509. Read the comment docs.

@kostko kostko force-pushed the kostko/feature/mkvs-fuzzing branch 4 times, most recently from 274608e to 6cfb6cc Compare February 20, 2020 09:46
@kostko kostko merged commit 0ca1065 into master Feb 20, 2020
@kostko kostko deleted the kostko/feature/mkvs-fuzzing branch February 20, 2020 11:33
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.

None yet

2 participants