[
https://issues.apache.org/jira/browse/UIMA-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jerry Cwiklik updated UIMA-1357:
--------------------------------
Fix Version/s: 2.3AS
> 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
> Fix For: 2.3AS
>
>
> 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.