You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by we...@apache.org on 2022/08/22 10:34:39 UTC

[cloudstack] branch 4.18-vm-autoscaling updated (d9159508cb5 -> 355a57856f9)

This is an automated email from the ASF dual-hosted git repository.

weizhou pushed a change to branch 4.18-vm-autoscaling
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    from d9159508cb5 AS DB: use mysql procedure to add column and unique key
     add 47776683dad AS: use IllegalArgumentException instead of InvalidParameterValueException
     add 038331f934b AS test: add AutoScaleManagerImplTest
     add 32fdfd571f4 AS test: more unit tests
     add 355a57856f9 AS test: unit tests on create AS policy

No new revisions were added by this update.

Summary of changes:
 .../java/com/cloud/network/as/AutoScalePolicy.java |   4 +-
 .../com/cloud/network/as/AutoScaleVmGroup.java     |   4 +-
 .../com/cloud/network/as/AutoScaleManagerImpl.java |  18 +-
 .../cloud/network/as/AutoScaleManagerImplTest.java | 234 +++++++++++++++++++++
 4 files changed, 247 insertions(+), 13 deletions(-)
 create mode 100644 server/src/test/java/com/cloud/network/as/AutoScaleManagerImplTest.java