Imesha Sudasingha created OODT-1029:
---------------------------------------
Summary: TestAvroRpcWorkflowManager.testGetWorkflowInstances()
test failure
Key: OODT-1029
URL: https://issues.apache.org/jira/browse/OODT-1029
Project: OODT
Issue Type: Bug
Components: workflow manager
Reporter: Imesha Sudasingha
Assignee: Imesha Sudasingha
{{org.apache.oodt.cas.workflow.system.TestAvroRpcWorkflowManager#testGetWorkflowInstances}}
test case fails with the following error:
{code:java}
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] TestAvroRpcWorkflowManager.testGetWorkflowInstances:70 expected:<1>
but was:<2>
[INFO]
[ERROR] Tests run: 118, Failures: 1, Errors: 0, Skipped: 10 {code}
The cause seem to be, the exact number of workflow instances are actually 2,
while we actually check for 1. The even fired ("long") creates 2 workflow
instances according to the configuration.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)