Yi Pan (Data Infrastructure) created SAMZA-1830:
---------------------------------------------------
Summary: TestRepartitionJoinWindowApp should call runner.status()
to determine whether the test is successful or not
Key: SAMZA-1830
URL: https://issues.apache.org/jira/browse/SAMZA-1830
Project: Samza
Issue Type: Bug
Reporter: Yi Pan (Data Infrastructure)
Fix For: 1.0
In TestRepartitionJoinWindowApp, we call the parent class
StreamApplicationIntegrationTestHarness.runApplication(). However, the final
status of the application is not checked, which results in failure to capture
the container failure case when the application failed.
We would need to call
RunApplicationContext.getRunner().kill()/waitForFinish()/status() to determine
the final state of the application.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)