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

    https://github.com/apache/metron/pull/530#discussion_r133533234
  
    --- Diff: 
bundles-lib/src/test/java/org/apache/metron/bundles/BundleThreadContextClassLoaderTest.java
 ---
    @@ -27,11 +27,21 @@
     import org.apache.metron.bundles.bundle.Bundle;
     import org.apache.metron.bundles.util.BundleProperties;
     import org.apache.metron.bundles.util.FileSystemManagerFactory;
    +import org.junit.After;
     import org.junit.AfterClass;
     import org.junit.Test;
     
     public class BundleThreadContextClassLoaderTest {
    +  @AfterClass
    +  public static void after() {
    +    BundleClassLoaders.reset();
    +  }
    --- End diff --
    
    Did you intend to do `ExtensionManager.reset();` here also?


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