mistral/mistral/tests/unit/api/v2
Vasudeo Nimbekar 88e7e7ceee Adding root_execution_id parameter to mistral loggers
After this patch, user can update logging format to include root_execution_id in logs, which will be helpful to find and debug logs related to specific workflow execution.

  - Logs about creation and status changes of Mistral entities(execution,
    task, action execution, etc) are changed to INFO log level.
  - User can update logging_context_format_string to include root_execution_id in logs.

Implements: Implements: blueprint improve-mistral-loggers

Change-Id: I54fe058e5451abba6ea7f69d03d498d78a90993e
2023-02-13 05:01:39 +00:00
..
__init__.py Moving all API tests under 'mistral.tests.unit' package 2014-09-11 16:42:11 +07:00
test_action_executions.py Use unittest.mock instead of third party mock 2020-04-18 11:54:27 -05:00
test_actions.py Added sorting and marker for pagination of actions 2022-08-15 08:07:13 +00:00
test_code_sources.py Fix dynamic actions further 2020-12-03 16:51:25 +07:00
test_cron_triggers.py Use unittest.mock instead of third party mock 2020-04-18 11:54:27 -05:00
test_dynamic_actions.py Fix dynamic actions further 2020-12-03 16:51:25 +07:00
test_environment.py Remove six library 2020-09-23 10:27:12 +08:00
test_event_trigger.py Use unittest.mock instead of third party mock 2020-04-18 11:54:27 -05:00
test_execution_report.py added statistics-only in report Api and a new field in statistics 2020-05-04 06:50:47 +00:00
test_executions.py Adding root_execution_id parameter to mistral loggers 2023-02-13 05:01:39 +00:00
test_global_publish.py Add a protection for list commands from parallel deletes 2020-07-16 13:13:55 +07:00
test_keycloak_auth.py Use unittest.mock instead of third party mock 2020-04-18 11:54:27 -05:00
test_members.py Use unittest.mock instead of third party mock 2020-04-18 11:54:27 -05:00
test_parallel_operations.py Add a protection for list commands from parallel deletes 2020-07-16 13:13:55 +07:00
test_root.py Add http_proxy_to_wsgi middleware 2019-03-09 01:51:59 +03:00
test_services.py Use assertCountEqual instead of assertItemsEqual 2020-07-21 10:30:55 +08:00
test_sub_execution.py Added a new API to fetch sub-execution of an execution or a task 2020-01-23 08:50:28 +00:00
test_tasks.py Use unittest.mock instead of third party mock 2020-04-18 11:54:27 -05:00
test_workbooks.py Use unittest.mock instead of third party mock 2020-04-18 11:54:27 -05:00
test_workflows.py Use own util method(safe_load) to load yaml files 2022-03-02 09:29:15 +00:00