mistral/mistral/tests/unit
Renat Akhmerov 7c54c28c4c Set the delayed call "key" field to the right value
* The field "key" of the DelayedCall class must be set to the right
  value. It allows to significantly optimize performance of workflows
  with "join" tasks. However, it was broken during the refactoring
  in the summer of 2019. This patch fixes it.
* Added another profiler trace decorator.

Cherry-picked from 5b5576dd04

Closes-Bug: #1861988
Change-Id: I247b674d8a358795871cfa87bcdf29f4857ca2d8
2020-02-06 04:17:04 +00:00
..
actions Use v2 designate client instead of v1 2019-09-18 14:42:56 +07:00
api Fix the global publish for task 2019-10-12 12:21:02 +00:00
db moved generic util functions from mistral to mistral-lib 2019-09-13 04:06:27 +00:00
engine Make action heartbeats work for all executor types 2019-11-18 10:54:21 +00:00
executors Rename the test class so it will be PyCharm friendly 2019-07-30 17:43:45 +03:00
expressions moved generic util functions from mistral to mistral-lib 2019-09-13 04:06:27 +00:00
hacking Upgrade hacking 2019-08-06 15:49:13 +03:00
lang moved generic util functions from mistral to mistral-lib 2019-09-13 04:06:27 +00:00
mstrlfixtures Adding Keycloak authorization support. 2018-02-07 09:01:08 +00:00
notifiers Allow to filter event notifications by their type 2019-08-03 23:44:59 +03:00
policies Add a policy to control the right to publish resources 2018-07-05 11:46:52 +02:00
rpc moved generic util functions from mistral to mistral-lib 2019-09-13 04:06:27 +00:00
scheduler Improve new scheduler 2019-08-16 13:39:39 +07:00
services Set the delayed call "key" field to the right value 2020-02-06 04:17:04 +00:00
utils Using std.ssh without private_key_filename causes TypeError 2019-10-23 05:12:14 +00:00
workflow Allow engine commands as task name 2018-07-19 14:23:18 +00:00
__init__.py Fixed engine tests 2016-01-29 02:19:19 +00:00
base.py Move action caching to db layer 2019-06-02 22:38:02 +02:00
config.py Fixed integration of the unit tests with PosrgeSQL 2018-01-23 04:37:08 +00:00
test_command_dispatcher.py Remove unnecessary setUp function in testcase 2017-04-03 09:42:20 +00:00
test_context.py Rename the test class so it will be PyCharm friendly 2019-07-30 17:43:45 +03:00
test_coordination.py moved generic util functions from mistral to mistral-lib 2019-09-13 04:06:27 +00:00
test_exception_base.py Rename the test class so it will be PyCharm friendly 2019-07-30 17:43:45 +03:00
test_expressions.py Correct missspellings of secret 2016-12-12 21:25:27 +00:00
test_launcher.py Create needed infrastructure to switch scheduler implementations 2019-06-24 11:25:57 +03:00
test_version.py Update version.version_string to actually be a string 2018-10-09 11:30:10 -05:00