heat/heat/tests/engine
Zane Bitter 9c79ee4d69 Add interrupt points for convergence check-resource operations
This allows a convergence operation to be cancelled at an appropriate point
(i.e. between steps in a task) by sending a message to a queue.

Note that there's no code yet to actually cancel any operations
(specifically, sending a cancel message to the stack will _not_ cause the
check_resource operations to be cancelled under convergence).

Change-Id: I9469c31de5e40334083ef1dd20243f2f6779549e
Related-Bug: #1545063
Co-Authored-By: Anant Patil <anant.patil@hpe.com>
2016-08-26 11:02:45 +00:00
..
service Merge "Remove tenant_safe flag from rpc and db api" 2016-08-22 03:43:14 +00:00
__init__.py Split engine service test case 2015-04-20 10:19:58 -04:00
test_check_resource.py Add interrupt points for convergence check-resource operations 2016-08-26 11:02:45 +00:00
test_dependencies.py Use assertIn and assertNotIn 2015-10-26 22:40:14 +01:00
test_engine_worker.py Add interrupt points for convergence check-resource operations 2016-08-26 11:02:45 +00:00
test_plugin_manager.py Move core engine related unit tests to tests/engine 2015-07-21 17:37:20 +05:30
test_resource_type.py Merge "Hidden StructuredDeployments and SoftwareDeployments" 2016-07-22 23:04:48 +00:00
test_scheduler.py Raise the last exception thrown into DependencyTaskGroup 2016-07-18 16:26:17 -04:00
test_sync_point.py Convergence: Throttle to sync point updates 2016-05-31 20:19:40 +05:30
tools.py Use a queue instead of an event to send messages 2016-07-18 16:26:17 -04:00