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


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.

Reply via email to