-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Problem
Current test coverage:
- Total tests: 433
- Network/P2P tests: 0
No tests for:
- Message propagation
- Peer discovery
- Connection handling
- Network partitions
- Byzantine scenarios
Risk
- Network failures undetected until production
- Message loss handling untested
- Reconnection logic unverified
Required Tests
- Basic peer connectivity
- Message broadcast/receive
- Connection drop and reconnect
- Network partition simulation
- Malformed message handling
- Rate limiting behavior
Affected Crates
crates/consensus(network layer)crates/data-chain(primary/worker communication)crates/node(peer management)