Github user cestella commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/374#discussion_r92731374
--- Diff:
metron-platform/metron-enrichment/src/test/java/org/apache/metron/enrichment/integration/EnrichmentIntegrationTest.java
---
@@ -153,9 +168,17 @@ public void test() throws Exception {
fluxComponent.submitTopology();
kafkaComponent.writeMessages(Constants.ENRICHMENT_TOPIC,
inputMessages);
- ProcessorResult<List<Map<String, Object>>> result =
runner.process(getProcessor(inputMessages));
+ ProcessorResult<List<Map<String, Object>>> result =
runner.process(getProcessor());
// We expect failures, so we don't care if result returned failure
or not
List<Map<String, Object>> docs = result.getResult();
+ // OTTO>>>>>>>>>>>>>>>>>>>
--- End diff --
I also assume those printlns are debug code and should be removed.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---