This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Fuzz testing #1295
Closed
Description
- Version: hopefully the next
- Platform: *
- Subsystem: *
Type: enhancment / question
Severity: medium
Description: Fuzz Testing
I have discovered many critical application crashes by accident after my node was crashed by the invalid data it recived.
Such kinds of crashes are likely unacceptable in production.
Discovering them by accident isn't really a solution to that. #1292 libp2p/js-libp2p#179
So I propose to add some tests that just bombard the node with random semi-valid or invalid data. Aka fuzz testing.