Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-1357

Uima AS testcase hangs when run in a loop

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.3AS
    • Async Scaleout
    • None

    Description

      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(); }

      }

      Attachments

        Activity

          People

            cwiklik Jaroslaw Cwiklik
            cwiklik Jaroslaw Cwiklik
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: