heat/heat/tests/openstack/heat
Thomas Herve bad27d3886 Set a concurrency limit on ResourceChain
This adds a limit to the number of resources that ResourceChain creates
in parallel. It reduces memory usage drastically when ResourceChain
contains lots of resources. We use the number of active services, which
seems to give a reasonable balance between performance and memory
consumption.

Story: #2003975
Task: #26917
Change-Id: Id20fb89813b32927298b3a7c0abe23da710b04d1
2018-10-05 11:58:47 +02:00
..
__init__.py Change namespace for Heat resources and tests 2015-11-27 01:37:07 +08:00
test_cloud_config.py Add one general testing of resource_mapping 2016-02-25 02:52:34 -05:00
test_delay.py Add a new OS::Heat::Delay resource type 2018-07-24 13:20:36 -04:00
test_deployed_server.py Fix multi region issue for software deployment 2018-07-09 21:29:27 +00:00
test_instance_group.py Eliminate nested stack loading in InstanceGroup/ASG scaling 2018-01-19 15:40:37 -05:00
test_instance_group_update_policy.py Eliminate nested stack loading in InstanceGroup/ASG scaling 2018-01-19 15:40:37 -05:00
test_multi_part.py Use exception_filter in RPC client 2017-03-27 14:38:53 -04:00
test_none_resource.py Update StackDefinition resource data when getting outputs 2017-07-21 10:30:34 -04:00
test_random_string.py Fix entropy problems with OS::Random::String 2018-03-20 20:48:38 -04:00
test_remote_stack.py Use StackDefinition in intrinsic functions for resolving data 2017-07-21 10:30:34 -04:00
test_resource_chain.py Set a concurrency limit on ResourceChain 2018-10-05 11:58:47 +02:00
test_resource_group.py Handle non-stored stack in resource group 2018-02-20 13:02:16 -05:00
test_software_component.py Use exception_filter in RPC client 2017-03-27 14:38:53 -04:00
test_software_config.py Use exception_filter in RPC client 2017-03-27 14:38:53 -04:00
test_software_deployment.py Handle non-stored stack in resource group 2018-02-20 13:02:16 -05:00
test_structured_config.py Validate the input/output configs in Software Config 2016-08-10 11:01:35 -04:00
test_swiftsignal.py Unit tests: Fix mock errors with too few side effects 2018-08-10 17:25:13 -04:00
test_value.py Update resource definitions after legacy in-place update 2018-08-31 17:08:58 -04:00
test_waitcondition.py Remove mox from test_waitcondition 2018-03-06 17:47:44 -05:00