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/09/12 14:27:56 UTC

[cloudstack] branch 4.18-vm-autoscaling updated (47a9a506ea -> ef8da4a578)

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 47a9a506ea AS server: fix NPE if fail to get VM statistics from host
     add 5417b7bea4 AS sonar: fix code smells v3
     add ef8da4a578 AS unit test: update AutoScaleManagerImplTest v3

No new revisions were added by this update.

Summary of changes:
 .../autoscale/CreateAutoScaleVmProfileCmd.java     |   5 +-
 .../autoscale/UpdateAutoScaleVmProfileCmd.java     |   2 +-
 .../cloudstack/framework/config/ConfigKey.java     |   2 +-
 .../com/cloud/network/as/AutoScaleManagerImpl.java |  20 +--
 .../main/java/com/cloud/vm/UserVmManagerImpl.java  |  10 +-
 .../cloud/network/as/AutoScaleManagerImplTest.java | 175 +++++++++++++++------
 6 files changed, 142 insertions(+), 72 deletions(-)