gossipsub: add test for missed heartbeats #3987
Labels
difficulty:moderate
getting-started
Issues that can be tackled if you don't know the internals of libp2p very well
help wanted
priority:nicetohave
We should have a test that ensure we "catch" up to missed heartbeats. For the underlying timer, this means implementing a "skip" behavior.
The test should be on a
Swarm
level ideally such that we don't rely on implementation details.The cherry on the cake would be to run the test in wasm as well to make sure the timer implementation is always sane.
Originally discussed in #3973 (comment)
The text was updated successfully, but these errors were encountered: