Open GalRogozinski opened 5 years ago
I'm going to compile a quick list of zmq topics and where would be the most appropriate place for those tests to be integrated machine wise. I'll ping you @GalRogozinski when I've figured out where I plan to put them
@GalRogozinski
You are just missing the <Address>
topic. See ZMQ README and https://github.com/iotaledger/iri/blob/d5252270594d11421bf53b912d913369a1438c2e/src/main/java/com/iota/iri/service/milestone/impl/MilestoneServiceImpl.java#L422
Description
For each zmq topic we should have a regression test that ascertains it continues to work
Motivation
So we don't accidentally remove zmq topics
Issues / Scenarios
See each topic in https://github.com/iotaledger/iri/blob/dev/src/main/java/com/iota/iri/zmq/README.md
How to test for this
We can hook into already existing tests and just add the necessary steps. Since spinning up a cluster takes time, we don't want to make the regression tests take much longer time.