Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Don't Know (Unsure) - The default level
Description
org.apache.oodt.cas.workflow.system.TestAvroRpcWorkflowManager#testGetWorkflowInstances test case fails with the following error:
[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
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.