mistral/mistral/tests/unit/engine
pawnesh.kumar e9ba374707 Replace uuid4() with generate_uuid() from oslo_utils
As of now, UUID is being generated using either uuid.uuid4()
or uuidutils.generate_uuid(). In order to maintain consistency,
we propose to use uuidutils.generate_uuid() from oslo_utils.

Change-Id: I620cb1f396ce011b9846ff2dad2c9811bc5d0652
Closes-Bug: #1082248
2016-11-09 09:22:19 +00:00
..
rpc_backend Using assertIsNone() instead of assertEqual(None, ...) 2016-09-28 09:32:36 +07:00
__init__.py Renaming "engine1" to "engine" 2015-04-09 17:47:36 +06:00
base.py Change execution mechanism for 'join' tasks 2016-09-07 13:18:18 +02:00
test_action_context.py Splitting executions into different tables 2016-08-02 11:47:25 +07:00
test_action_defaults.py Splitting executions into different tables 2016-08-02 11:47:25 +07:00
test_adhoc_actions.py Splitting executions into different tables 2016-08-02 11:47:25 +07:00
test_commands.py Splitting executions into different tables 2016-08-02 11:47:25 +07:00
test_cron_trigger.py Switch to auto-generated cron trigger names in unit tests 2016-04-12 06:29:43 +00:00
test_dataflow.py Publish/output in case of task/workflow failure 2016-10-10 10:00:48 +02:00
test_default_engine.py Replace uuid4() with generate_uuid() from oslo_utils 2016-11-09 09:22:19 +00:00
test_direct_workflow.py Add tests to check deletion of delayed calls on WF execution delete 2016-09-25 12:20:08 +03:00
test_direct_workflow_rerun.py Fix workflow and join completion logic 2016-08-10 14:28:55 +07:00
test_direct_workflow_with_cycles.py Splitting executions into different tables 2016-08-02 11:47:25 +07:00
test_environment.py Splitting executions into different tables 2016-08-02 11:47:25 +07:00
test_error_handling.py Add one more test for YAQL error message format 2016-10-19 17:47:32 +07:00
test_error_result.py Splitting executions into different tables 2016-08-02 11:47:25 +07:00
test_execution_fields_size_limitation.py Splitting executions into different tables 2016-08-02 11:47:25 +07:00
test_javascript_action.py Splitting executions into different tables 2016-08-02 11:47:25 +07:00
test_join.py Fix a bug in the algo that determines if a route is possible 2016-10-26 11:48:20 +02:00
test_noop_task.py Splitting executions into different tables 2016-08-02 11:47:25 +07:00
test_policies.py Get correct inbound tasks context for retry policy 2016-11-03 09:17:26 +13:00
test_profiler.py Replace uuid4() with generate_uuid() from oslo_utils 2016-11-09 09:22:19 +00:00
test_race_condition.py Splitting executions into different tables 2016-08-02 11:47:25 +07:00
test_reverse_workflow.py Splitting executions into different tables 2016-08-02 11:47:25 +07:00
test_reverse_workflow_rerun.py Splitting executions into different tables 2016-08-02 11:47:25 +07:00
test_run_action.py Add a way to save action executions that run synchronously 2016-10-05 11:26:25 +00:00
test_safe_rerun.py Splitting executions into different tables 2016-08-02 11:47:25 +07:00
test_state_info.py Splitting executions into different tables 2016-08-02 11:47:25 +07:00
test_subworkflows.py Splitting executions into different tables 2016-08-02 11:47:25 +07:00
test_task_defaults.py Splitting executions into different tables 2016-08-02 11:47:25 +07:00
test_task_publish.py Splitting executions into different tables 2016-08-02 11:47:25 +07:00
test_with_items.py Towards non-locking model: make 'with-items' work w/o locks 2016-08-09 11:20:12 +07:00
test_workflow_cancel.py Splitting executions into different tables 2016-08-02 11:47:25 +07:00
test_workflow_resume.py Use more specific asserts in tests 2016-08-22 09:37:23 +02:00
test_workflow_stop.py Splitting executions into different tables 2016-08-02 11:47:25 +07:00
test_workflow_variables.py Avoid storing workflow input in task inbound context 2016-09-21 13:32:44 +03:00
test_yaql_functions.py Change task() function to return 'null' if task doesn't exist 2016-10-07 15:28:45 +07:00