heat/heat/tests/engine
Thomas Herve 4a500125b3 Sleep between check_resource calls
Instead of calling check_resource on all leaves in the resource graph at
once, sleep a little bit between each call. As it's a tad slower,
delegate it to a thread so that the stack_create RPC message doesn't
timeout when you have lots of resources.

Change-Id: I84d2b34d65b3ce7d8d858de106dac531aff509b7
Partial-Bug: #1566845
2017-03-13 15:28:20 +00:00
..
service Omit rsrc prop data in rpc api for multiple events 2017-03-01 10:05:37 -05:00
__init__.py Split engine service test case 2015-04-20 10:19:58 -04:00
test_check_resource.py Sleep between check_resource calls 2017-03-13 15:28:20 +00:00
test_dependencies.py Use more specific asserts in tests 2016-11-22 08:12:35 +01:00
test_engine_worker.py Remove db.api wrapper 2016-12-13 09:40:29 +01: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 Mark deprecated resources as HIDDEN 2017-02-10 16:47:17 +08:00
test_scheduler.py Use more specific asserts in tests 2016-11-22 08:12:35 +01:00
test_sync_point.py Convergence: basic framework for cancelling workers 2016-09-10 09:22:36 +02:00
tools.py Sleep between check_resource calls 2017-03-13 15:28:20 +00:00