Open Porges opened 2 months ago
After running bolero reduce nothing seems to happen in terms of the number of files in the corpus. Is there a known issue here?
bolero reduce
I manged to hack something together by running a sequence like:
mkdir output BOLERO_LIBFUZZER_ARGS="-merge=1 output tests/mytest/corpus" target/fuzz/.../mytest_... rm tests/mytest/corpus/* mv output/* tests/mytest/corpus
This does result in compaction of the corpus (although you need to run it multiple times until you reach some fixed point).
It's definitely possible that it's broken. We're currently missing test coverage on reduce actually reducing the corpus.
After running
bolero reduce
nothing seems to happen in terms of the number of files in the corpus. Is there a known issue here?I manged to hack something together by running a sequence like:
This does result in compaction of the corpus (although you need to run it multiple times until you reach some fixed point).