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/08/04 19:31:14 UTC

[jira] Closed: (UIMA-1357) Uima AS testcase hangs when run in a loop

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

Jerry Cwiklik closed UIMA-1357.
-------------------------------

    Resolution: Fixed
      Assignee: Jerry Cwiklik

Hang fixed

> Uima AS testcase hangs when run in a loop
> -----------------------------------------
>
>                 Key: UIMA-1357
>                 URL: https://issues.apache.org/jira/browse/UIMA-1357
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>
> When running testPrimitiveServiceProcessPingFailure() testcase in a loop, a hang occurs. To replicate add this testcase to the extended test suite:
> 	public void test2TestsOverAndAover() throws Exception
>   {
>     System.out.println("-------------- test2TestsOverAndAover -------------");
>     
>     for (int num=0; num<50; num++) {
>       System.out.println("\nRunning iteration " + num );
>       testPrimitiveServiceProcessPingFailure();
>     }
>   } 	

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.