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)" <de...@uima.apache.org> on 2010/12/22 22:31:06 UTC

[jira] Created: (UIMA-1980) UIMA AS extended test testTerminateOnFlowControllerExceptionOnDisable() fails

UIMA AS extended test testTerminateOnFlowControllerExceptionOnDisable() fails
-----------------------------------------------------------------------------

                 Key: UIMA-1980
                 URL: https://issues.apache.org/jira/browse/UIMA-1980
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
            Reporter: Jerry Cwiklik
            Assignee: Jerry Cwiklik
             Fix For: 2.3.1AS


Modify testTerminateOnFlowControllerExceptionOnDisable() fails due to unexpected exception received by the test harness. The test is setup erroneously to expect success. Instead an exception is returned and an assertion fails. 

Change code from:
runTest(null, eeUimaEngine, String.valueOf(broker.getMasterConnectorURI()), "TopLevelTaeQueue",
            1, PROCESS_LATCH); 

to 

runTest(null, eeUimaEngine, String.valueOf(broker.getMasterConnectorURI()), "TopLevelTaeQueue",
            1, EXCEPTION_LATCH); 

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


[jira] Closed: (UIMA-1980) UIMA AS extended test testTerminateOnFlowControllerExceptionOnDisable() fails

Posted by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik closed UIMA-1980.
-------------------------------

    Resolution: Fixed

> UIMA AS extended test testTerminateOnFlowControllerExceptionOnDisable() fails
> -----------------------------------------------------------------------------
>
>                 Key: UIMA-1980
>                 URL: https://issues.apache.org/jira/browse/UIMA-1980
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>             Fix For: 2.3.1AS
>
>
> Modify testTerminateOnFlowControllerExceptionOnDisable() fails due to unexpected exception received by the test harness. The test is setup erroneously to expect success. Instead an exception is returned and an assertion fails. 
> Change code from:
> runTest(null, eeUimaEngine, String.valueOf(broker.getMasterConnectorURI()), "TopLevelTaeQueue",
>             1, PROCESS_LATCH); 
> to 
> runTest(null, eeUimaEngine, String.valueOf(broker.getMasterConnectorURI()), "TopLevelTaeQueue",
>             1, EXCEPTION_LATCH); 

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