mistral/mistral/tests/unit/api
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
..
v2 Adding root_execution_id parameter to mistral loggers 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
base.py Use unittest.mock instead of third party mock 2020-04-18 11:54:27 -05:00
test_access_control.py Rename the test class so it will be PyCharm friendly 2019-07-30 17:43:45 +03:00
test_auth.py Add a config option to disable cron triggers 2017-10-26 13:48:05 +03:00
test_cors_middleware.py TrivialFix: remove redundant import alias 2018-01-24 09:51:12 +07:00
test_oslo_middleware.py Add http_proxy_to_wsgi middleware 2019-03-09 01:51:59 +03:00
test_resource_base.py wrapped the value of parameters in inputs(in wf get API) with "". 2020-01-19 14:20:51 +00:00
test_resource_list.py Fix next link in get resource list rest API 2018-10-12 16:04:00 +05:30
test_service.py Use unittest.mock instead of third party mock 2020-04-18 11:54:27 -05:00