Details
-
Test
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.1
-
None
-
None
Description
As of today, the process is deployed at the beginning of the unit test. (1)
However if an exception is thrown, the process never gets undeployed meaning it would be automatically re-deployed during ODE server start-up. This will fail in a "Duplicate Deployment Unit" error due to (1).
The fix has to make sure the process is deployed only if necessary and undeployed no matter what happens during the test.