You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Burn Lewis (JIRA)" <ui...@incubator.apache.org> on 2009/05/23 04:22:45 UTC

[jira] Updated: (UIMA-1353) UIMA-AS JUnit test code suppresses some exceptions so may not report some test failures

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

Burn Lewis updated UIMA-1353:
-----------------------------

    Attachment: UIMA-1353.patch

These changes instead only ignore exceptions that occur after the client stops the service, assuming that the ServiceShutdownException is to be expected then.
Some tests had to be corrected (by adding to AllowContinueOnFailure) and the AdvancedFixedFlowController has a new AllowDropOnFailure option so that child CASes with errors can be quietly dropped from the flow and not cause exceptions to be returned to the client.
CAS flow tracing has also been added to the flow controller.

One test now fails, testJmsServiceAdapterWithGetmetaTimeout, but I don't think it's testing what it should be testing.

> UIMA-AS JUnit test code suppresses some exceptions so may not report some test failures
> ---------------------------------------------------------------------------------------
>
>                 Key: UIMA-1353
>                 URL: https://issues.apache.org/jira/browse/UIMA-1353
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Burn Lewis
>            Priority: Minor
>             Fix For: 2.3AS
>
>         Attachments: UIMA-1353.patch
>
>
> The test support code suppresses the ServiceShutdownException (and others) which can make failing tests appear OK.

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