Details
-
Test Case
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Pre Test
- Deploy attached jobchains
- start-xml-command-test-jobchain.job.xml
- start-api-add-order-test-jobchain.job.xml TBD
- Deploy attached standalone job to create an order
- Skip first node of the jobchain
Test
- start the stand alone job start-test-jobchain.job.xml ( job will create order without start node parameter)
Checks
- Order should start in the jobchain with the unskipped node
Expected outcome
Sr. No | Testing step | expected result | result |
---|---|---|---|
1 | start order from rest client
<add_order job_chain="test-1.7.3-RC/CLUSTER_PROCESS/job_chain2" />
|
order should start from the next unskipped node and complete the jobchain | Passed |
1 | start start-api-add-order-test-jobchain.job.xml | order should start from the next unskipped node and complete the jobchain | Passed |
Attachments
Issue Links
- tests
-
JS-1233 First nodes action="next_node" is respected too, when an added order has no explicit state
- Released