Fix UIMA AS testcase code to address intermittent hangs -------------------------------------------------------
Key: UIMA-1437 URL: https://issues.apache.org/jira/browse/UIMA-1437 Project: UIMA Issue Type: Bug Components: Async Scaleout Reporter: Jerry Cwiklik Assignee: Jerry Cwiklik A recent fix that introduced a SharedConnection object exposed a threading problem in the testcase code. Testcases in the extended suite were not being completely cleaned up between runs. Some of the threads from a previous testcase were still running in a new testcase. Modify the testcase code to make sure that all threads are finished before starting another testcase. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.