You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test ensures that PeerStorage & PeerStorageRetrieval handling behaves as expected. It simulates
receiving a dummy peer storage message, disconnecting and reconnecting peers, and
validates that the correct messages are exchanged during reestablishment.
- Added a test case `test_peer_storage` to verify the handling of `PeerStorageMessage`
and the validation of warning messages in the event of invalid peer storage retrieval.
- Simulated peer storage retrieval upon reconnection between nodes.
- Validated that a warning message is generated when `PeerStorageRetrievalMessage`
is received.
- Ensured the warning message contains the expected error description.
0 commit comments