nervosnetwork / tentacle

A multiplexed p2p network framework that supports custom protocols
https://docs.rs/tentacle
MIT License
54 stars 24 forks source link

test: add first fuzz testing code #211

Closed quake closed 4 years ago

quake commented 4 years ago

Why need to create a separate crate for fuzzing? Can't write it directly in the test?

I just followed tutorial, I suppose that it's best practice

driftluo commented 4 years ago

maybe add to ci ?

doitian commented 4 years ago

@quake could you add it to CI?

quake commented 4 years ago

@quake could you add it to CI?

Fuzzing is endless, it will continue to run forever. Fuzzing is endless, not suitable for CI

doitian commented 4 years ago

@quake could you add it to CI?

Fuzzing is endless, it will continue to run forever. Fuzzing is endless, not suitable for CI