Ajay Gupta created APEXMALHAR-2491: -------------------------------------- Summary: GenericFileOutputOperatorTest : runTestApplication() does not call shutdown() and can continue to run. Key: APEXMALHAR-2491 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2491 Project: Apache Apex Malhar Issue Type: Bug Reporter: Ajay Gupta Assignee: Ajay Gupta Fix For: 3.8.0
The test runTestApplication() in GenericFileOutputOperatorTest scans for file input.txt despite the test having completed because the shutdown() is not called for controller. Adding changes to add shutdown() for controller after waiting for desired output. -- This message was sent by Atlassian JIRA (v6.3.15#6346)