heat/heat/tests/autoscaling
yanyanhu b76881b8bc ASG scaling account for cooldown timestamp & in-progress
There are cases where it takes a long time to create a new resource as
requested by the scaling operation on an ASG resource, for instance, a
nova server creation followed by a complex SoftwareDeployment. During
this process, additional alarms may come in but failed to be blocked
by the current cooldown checking mechanism because the very first
timestamp has yet to be generated. This is leading to unexpected size
adjustment to the ASG.

This patch augments the existing cooldown checking mechanism with a
scaling-in-progress test so that additional alarms arriving during
the very first scaling operation will be ignored.

Change-Id: Ib8aa83eed366df7097c9cbb9247eca866ae4b620
Closes-Bug: #1375156
2015-07-05 23:19:06 -04:00
..
__init__.py Move TestInstanceGroup to test_instance_group.py 2014-10-07 12:01:30 +10:00
inline_templates.py Move all scaling policy tests to autoscaling/ 2015-02-04 16:48:59 +10:00
test_heat_scaling_group.py ASG scaling account for cooldown timestamp & in-progress 2015-07-05 23:19:06 -04:00
test_heat_scaling_policy.py ASG scaling account for cooldown timestamp & in-progress 2015-07-05 23:19:06 -04:00
test_launch_config.py Produce more meaningful exception messages in nested stacks 2015-06-24 08:52:08 +10:00
test_lbutils.py Stack updated error if creation fails 2015-06-17 19:05:40 +08:00
test_new_capacity.py Add min_adjustment_step property to ScalingPolicy 2015-04-30 12:44:19 +05:30
test_scaling_group.py ASG scaling account for cooldown timestamp & in-progress 2015-07-05 23:19:06 -04:00
test_scaling_policy.py ASG scaling account for cooldown timestamp & in-progress 2015-07-05 23:19:06 -04:00