paritytech / polkadot-sdk

The Parity Polkadot Blockchain SDK
https://polkadot.network/
1.81k stars 660 forks source link

Add a proper fuzzing test for the code in behaviour.rs #544

Open tomaka opened 3 years ago

tomaka commented 3 years ago

This 2000 lines of code file is quite complicated and very vulnerable to bugs. We should add some fuzzing code that opens/closes connections and substreams to check whether everything works properly.

cc https://github.com/paritytech/polkadot-sdk/issues/552

stale[bot] commented 3 years ago

Hey, is anyone still working on this? Due to the inactivity this issue has been automatically marked as stale. It will be closed if no further activity occurs. Thank you for your contributions.

tomaka commented 3 years ago

Issue still relevant and important.