deb-mistral/mistral/tests/unit/engine
Nikolay Mahotkin 3b16cd8dd2 Fixing execution-update API
* Fixed handling wrong using execution-update
 * Fixed session hanging in case incorrect using execution update API:
     in case of exception neither commit_tx nor rollback_tx has not
     been invoked -> session acquired semaphore but didn't release it.
   Note: it is related only to sqlite (used in unit tests).

Closes-Bug: #1449557

Change-Id: Ic8874b2d498167cac1a88f6d138e8ac0e1d9a67f
2015-06-04 07:46:12 +03:00
..
__init__.py Renaming "engine1" to "engine" 2015-04-09 17:47:36 +06:00
base.py Allowing strings in on-success/on-error/on-complete clauses 2015-04-22 14:00:23 +06:00
test_action_context.py Add action execution ID to action context 2015-04-17 20:54:55 +00:00
test_action_defaults.py Renaming "engine1" to "engine" 2015-04-09 17:47:36 +06:00
test_adhoc_actions.py Consider input default values in ad-hoc action 2015-04-22 10:08:45 +08:00
test_commands.py Renaming "engine1" to "engine" 2015-04-09 17:47:36 +06:00
test_dataflow.py Fixing result ordering in 'with-items' 2015-04-16 11:21:22 +03:00
test_default_engine.py Fixing sending the result of subworkflow 2015-05-28 12:42:42 +03:00
test_direct_workflow.py Fixing execution-update API 2015-06-04 07:46:12 +03:00
test_environment.py Fixing result ordering in 'with-items' 2015-04-16 11:21:22 +03:00
test_javascript_action.py Renaming "engine1" to "engine" 2015-04-09 17:47:36 +06:00
test_join.py Getting rid of "policies" keyword 2015-04-17 16:55:36 +06:00
test_noop_task.py Moving to YAQL 1.0 2015-04-09 15:57:44 +03:00
test_policies.py Fixing sending the result of subworkflow 2015-05-28 12:42:42 +03:00
test_race_condition.py Moving to YAQL 1.0 2015-04-09 15:57:44 +03:00
test_reverse_workflow.py Allowing a single string value for "requires" clause 2015-04-30 17:58:50 +06:00
test_subworkflows.py Fixing result ordering in 'with-items' 2015-04-16 11:21:22 +03:00
test_task_defaults.py Adding "requires" to "task-defaults" clause 2015-04-30 16:56:18 +06:00
test_with_items.py Fixing result ordering in 'with-items' 2015-04-16 11:21:22 +03:00
test_workflow_resume.py Getting rid of "policies" keyword 2015-04-17 16:55:36 +06:00
test_workflow_stop.py Getting rid of "policies" keyword 2015-04-17 16:55:36 +06:00