Github user cestella commented on a diff in the pull request:

    https://github.com/apache/incubator-metron/pull/374#discussion_r92731270
  
    --- 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 --
    
    *might* not want the OTTO there, unless you want to be immortalized in 
Metron code @ottobackwards  ;)  Lord knows the `StellarTest` has enough 
mentions of my name, though, so I can't talk.


---
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.
---

Reply via email to