logv / sybil

columnar storage + NoSQL OLAP engine | https://logv.org
https://logv.org
Other
305 stars 26 forks source link

[fuzz] separate fuzzing functions #80

Closed tmc closed 6 years ago

tmc commented 6 years ago

go-fuzz works better when a corpus is focused on one set of inputs

this separates existing fuzziing to only fuzz query

codecov-io commented 6 years ago

Codecov Report

Merging #80 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #80   +/-   ##
=======================================
  Coverage   52.26%   52.26%           
=======================================
  Files          37       37           
  Lines        3679     3679           
=======================================
  Hits         1923     1923           
  Misses       1568     1568           
  Partials      188      188

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 4f99b72...8128929. Read the comment docs.