You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2016/01/15 15:57:38 UTC

[5/5] incubator-brooklyn git commit: This closes #1136

This closes #1136


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/d9d13371
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/d9d13371
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/d9d13371

Branch: refs/heads/master
Commit: d9d13371c70037a9ceb1c20ba9024b33ed9b983d
Parents: 848f750 4245bd6
Author: Aled Sage <al...@gmail.com>
Authored: Fri Jan 15 14:54:57 2016 +0000
Committer: Aled Sage <al...@gmail.com>
Committed: Fri Jan 15 14:54:57 2016 +0000

----------------------------------------------------------------------
 .../brooklyn/core/entity/trait/Resizable.java   |  18 ++
 .../brooklyn/entity/group/DynamicCluster.java   |  10 +
 .../entity/group/DynamicClusterImpl.java        |  58 ++++-
 .../core/entity/trait/FailingEntity.java        |   2 +-
 .../core/entity/trait/FailingEntityImpl.java    |   7 +-
 .../brooklyn/core/test/entity/TestCluster.java  |  10 +
 .../core/test/entity/TestClusterImpl.java       |  37 +++-
 .../entity/group/DynamicClusterTest.java        | 120 ++++++++++-
 .../policy/autoscaling/AutoScalerPolicy.java    |  67 ++++--
 .../autoscaling/AutoScalerPolicyMetricTest.java | 109 ++++++++--
 .../AutoScalerPolicyNoMoreMachinesTest.java     | 211 +++++++++++++++++++
 .../java/org/apache/brooklyn/test/Asserts.java  |  19 +-
 12 files changed, 620 insertions(+), 48 deletions(-)
----------------------------------------------------------------------