Github user mattf-horton commented on a diff in the pull request:

    https://github.com/apache/metron/pull/481#discussion_r127077516
  
    --- Diff: 
metron-platform/metron-enrichment/src/test/java/org/apache/metron/enrichment/bolt/BulkMessageWriterBoltTest.java
 ---
    @@ -164,4 +174,100 @@ public void test() throws Exception {
         verify(outputCollector, times(1)).emit(eq(Constants.ERROR_STREAM), 
any(Values.class));
         verify(outputCollector, times(1)).reportError(any(Throwable.class));
       }
    +
    +  @Test
    --- End diff --
    
    @ottobackwards , how about "Mocking sucks"? :-)
    Or at least "Mocking complex objects is excruciating."
    But seriously, yes I'll add some comments.  Not planning on a line-by-line 
walk-thru, tho.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to