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

    https://github.com/apache/metron/pull/624#discussion_r124922443
  
    --- Diff: 
metron-interface/metron-rest/src/test/java/org/apache/metron/rest/controller/KafkaControllerIntegrationTest.java
 ---
    @@ -148,6 +150,15 @@ public void stop() {
     
       @Before
       public void setup() throws Exception {
    +    runner = new ComponentRunner.Builder()
    +            .withComponent("kafka", kafkaWithZKComponent)
    +            .withCustomShutdownOrder(new String[]{"kafka"})
    +            .build();
    +    try {
    +      runner.start();
    +    } catch (UnableToStartException e) {
    +      e.printStackTrace();
    --- End diff --
    
    I'd be ok with that.  This will just mask an error until it fails later 
less explicably.


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