You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <ui...@incubator.apache.org> on 2009/11/10 23:25:30 UTC

[jira] Reopened: (UIMA-1437) Fix UIMA AS testcase code to address intermittent hangs

     [ https://issues.apache.org/jira/browse/UIMA-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik reopened UIMA-1437:
---------------------------------


Some of the extended tests in the UIMA AS test suite sometimes hang. The two tests observed to hang occasionally are: testQueisceAndStop() and testAsynchronousTerminate

> 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
>             Fix For: 2.3AS
>
>
> 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.