Github user merrimanr commented on the issue:
https://github.com/apache/metron/pull/1140
First off, I think this is definitely an improvement. Putting the
individual pcap queries into separate tests makes it easier to understand when
things go wrong.
Would it make sense to move the pcap job/query related code to it's own
test? For me it makes more sense to have these tests in something like
PcapJobIntegrationTest in metron-pcap. It feels awkward for the pcap topology
test to be in a setup or `@BeforeClass` method. If I introduced a bug to the
pcap topology code, which test would fail?
What do you think?
---