deb-mistral/mistral/tests/unit/utils
Renat Akhmerov 5d51dfcc5b Removing unnecessary workflow specification parsing
* If a workflow is large then parsing a spec takes significant
  time and it's too expensive to do it often. For example,
  on a regular laptop parsing a workflow consisting from
  100 tasks takes about 2 seconds. That was the reason why
  such a workflow used to take so much time to start, ~200
  seconds. This patch eliminates unnecessary parsing by
  applying caching for workflow specifications.

Change-Id: Iabfdea2182a81cda07a8692f5b84c6bfb561bb83
2016-08-02 11:47:28 +07:00
..
__init__.py Add YAQL expression evaluation 2014-01-28 15:21:58 +04:00
test_inspect_utils.py Removing unnecessary workflow specification parsing 2016-08-02 11:47:28 +07:00
test_keystone_utils.py Use client credentials to retrieve service list 2016-06-22 16:08:17 +02:00
test_utils.py Move base.py and config.py under unit/ folder 2015-11-18 15:11:23 +03:00