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.