This closes #138
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/f4a6bb86 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/f4a6bb86 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/f4a6bb86 Branch: refs/heads/master Commit: f4a6bb868d76b586ccce39c0a99e5b94c16c141f Parents: 28c6578 4208991 Author: Alex Heneveld <[email protected]> Authored: Fri May 13 10:01:26 2016 +0100 Committer: Alex Heneveld <[email protected]> Committed: Fri May 13 10:01:26 2016 +0100 ---------------------------------------------------------------------- .../core/entity/DependentConfigurationTest.java | 5 +- .../core/mgmt/rebind/RebindEnricherTest.java | 12 +- .../core/mgmt/rebind/RebindEntityTest.java | 15 ++- .../core/mgmt/rebind/RebindFeedTest.java | 18 +-- .../core/mgmt/rebind/RebindFeedWithHaTest.java | 10 +- .../stock/CustomAggregatingEnricherTest.java | 116 +++++++++---------- .../stock/EnricherWithDeferredSupplierTest.java | 4 +- .../brooklyn/enricher/stock/EnrichersTest.java | 81 +++++++------ ...SensorPropagatingEnricherDeprecatedTest.java | 17 ++- .../stock/SensorPropagatingEnricherTest.java | 36 +++--- .../stock/TransformingEnricherTest.java | 5 +- .../enricher/stock/reducer/ReducerTest.java | 46 ++++---- .../entity/group/DynamicClusterTest.java | 9 +- .../entity/group/GroupPickUpEntitiesTest.java | 15 ++- .../brooklyn/entity/stock/DataEntityTest.java | 5 +- .../feed/function/FunctionFeedTest.java | 11 +- .../feed/http/HttpFeedIntegrationTest.java | 11 +- .../feed/shell/ShellFeedIntegrationTest.java | 7 +- .../BrooklynEntityMirrorIntegrationTest.java | 17 ++- .../brooklynnode/BrooklynNodeRestTest.java | 10 +- .../blueprints/AbstractBlueprintTest.java | 10 +- .../policy/jclouds/os/CreateUserPolicyTest.java | 5 +- .../autoscaling/AutoScalerPolicyRebindTest.java | 6 +- .../enricher/HttpLatencyDetectorTest.java | 11 +- .../policy/enricher/RebindEnricherTest.java | 18 +-- .../policy/ha/ServiceFailureDetectorTest.java | 40 +++---- .../brooklyn/policy/ha/ServiceReplacerTest.java | 6 +- .../BrooklynClusterIntegrationTest.java | 10 +- .../BrooklynNodeIntegrationTest.java | 10 +- .../brooklynnode/SelectMasterEffectorTest.java | 15 +-- .../brooklyn/entity/java/EntityPollingTest.java | 13 +-- .../entity/java/VanillaJavaAppRebindTest.java | 18 ++- .../entity/machine/MachineEntityRebindTest.java | 6 +- ...ctSoftwareProcessRestartIntegrationTest.java | 27 +++-- .../base/SoftwareProcessEntityRebindTest.java | 10 +- .../base/SoftwareProcessEntityTest.java | 18 +-- ...ftwareProcessAndChildrenIntegrationTest.java | 4 +- ...laWindowsProcessWinrmExitStatusLiveTest.java | 18 +-- .../base/lifecycle/ScriptHelperTest.java | 10 +- .../location/MachineDetailsEc2LiveTest.java | 4 +- .../MachineDetailsGoogleComputeLiveTest.java | 4 +- .../test/mysql/AbstractToyMySqlEntityTest.java | 8 +- .../brooklyn/feed/jmx/RebindJmxFeedTest.java | 9 +- .../WindowsPerformanceCounterFeedTest.java | 8 +- .../winrm/AdvertiseWinrmLoginPolicyTest.java | 4 +- 45 files changed, 344 insertions(+), 398 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/f4a6bb86/core/src/test/java/org/apache/brooklyn/entity/group/DynamicClusterTest.java ----------------------------------------------------------------------
