deb-mistral/mistral/tests
Kirill Izotov 3453371f60 Calculate context for tasks with dependencies
Also:
 - fixed the order tree is traversed in
 - fixed `evaluate_recursively` variable leak
 - added couple more tests for uncovered cases
 - fixed premature db session flush

I had to split convey_task_result's transaction into two to give some
room for concurrency. As far as I can tell, it should not affect the
process since all the crucial data will be reread once again in the
second transaction. Anyway, this is a temporary measure and when we
switch to MySQL, we should review it once again.

Closes-bug: #1339614
Change-Id: I9246931749f13df157d474cf75755462f7336bc7
2014-07-22 17:08:33 +07:00
..
api Merge "Add Executions and Tasks root API endpoints" 2014-06-20 11:42:15 +00:00
resources Calculate context for tasks with dependencies 2014-07-22 17:08:33 +07:00
unit Calculate context for tasks with dependencies 2014-07-22 17:08:33 +07:00
__init__.py Adding pecan, wsme, oslo and adjusting packages 2013-11-21 13:47:42 +07:00
base.py Make executor able to work in isolated environment 2014-07-10 19:04:24 +07:00