You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Cameron Lee (JIRA)" <ji...@apache.org> on 2018/12/12 00:24:00 UTC

[jira] [Created] (SAMZA-2040) Ensure that StreamApplicationIntegrationTestHarness classes call ApplicationRunner.kill

Cameron Lee created SAMZA-2040:
----------------------------------

             Summary: Ensure that StreamApplicationIntegrationTestHarness classes call ApplicationRunner.kill
                 Key: SAMZA-2040
                 URL: https://issues.apache.org/jira/browse/SAMZA-2040
             Project: Samza
          Issue Type: Improvement
            Reporter: Cameron Lee


Some of the test classes which extend StreamApplicationIntegrationTestHarness do not explicitly kill the ApplicationRunner which is created to run the test. Currently, due to https://issues.apache.org/jira/browse/SAMZA-1828, the runners are dying due to errors, but if that gets fixed, then the runners will stay alive until the tests complete, and then they will not cleanly shut down.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)