summaryrefslogtreecommitdiff
path: root/src/protocol/pubsub0/pub_test.c
Commit message (Collapse)AuthorAge
* Add PUB/SUB test suite.Garrett D'Amore2020-01-12
This gets near 100% coverage of the PUB/SUB protocols. The remaining uncovered bits will need to have a mock protocol that runs slower, so that we can inject both back pressure, and also so that we can inject "erroroneous" messages.