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

    https://github.com/apache/incubator-metron/pull/486#discussion_r107428522
  
    --- Diff: 
metron-platform/metron-common/src/main/java/org/apache/metron/common/dsl/functions/resolver/ClasspathFunctionResolver.java
 ---
    @@ -235,8 +235,16 @@ public void initialize(Context context) {
         }
     
         FilterBuilder filterBuilder = new FilterBuilder();
    -    excludes.forEach(excl -> filterBuilder.exclude(excl));
    -    includes.forEach(incl -> filterBuilder.include(incl));
    +    excludes.forEach(excl -> {
    --- End diff --
    
    This is an intermittent test bug that I noticed and fixed in order to get 
the tests to run consistently.


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