Github user mmiklavc commented on the issue:

    https://github.com/apache/metron/pull/657
  
    Found this useful for duplicating the problem locally.
    ```
    # build everything depended on by metron-parsers
    cd metron
    mvn clean install -pl metron-platform/metron-parsers -am
    
    # change to the parsers project
    cd metron-platform/metron-parsers
    
    # keep looping on this specific test until it fails. Using macos "say" 
command for added fanfare :)
    for (( i = 1; ; i++ )); do echo "Attempt $i"; mvn test -o 
-Dtest=SimpleHBaseEnrichmentWriterLoggingTest; exitcode=$?; if [ $exitcode -ne 
0 ]; then say test failed on attempt $i; break; fi; done
    ```


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