Github user cestella commented on the issue:

    https://github.com/apache/metron/pull/1085
  
    @nickwallen these tests are failing because of:
    ```
    Results :
    
    Failed tests: 
      
ProfileBuilderBoltTest.testFlushExpiredProfiles:205->getProfileMeasurements:265 
    outputCollector.emit(
        "hbase",
        <Capturing argument>
    );
    Wanted 1 time:
    -> at 
org.apache.metron.profiler.bolt.ProfileBuilderBoltTest.getProfileMeasurements(ProfileBuilderBoltTest.java:265)
    But was 2 times. Undesired invocation:
    -> at 
org.apache.metron.profiler.bolt.HBaseEmitter.emit(HBaseEmitter.java:54)
    ```
    
    I'm pretty sure this PR isn't causing those failures, have you (or anyone 
else who is watching) seen `ProfileBuilderBoltTest` fail intermittently?  


---

Reply via email to