GitHub user ahgittin opened a pull request:
https://github.com/apache/brooklyn-server/pull/825
fix non-det failure in scaling down test
minor test bug - ensure that policy doesn't start before size reaches 6,
and fix execution context bug found in autoscaler changing pool size
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ahgittin/brooklyn-server fix-autoscaler-policy
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/825.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #825
----
commit 2cc9dafb5151dbf6ebbda2d209a78f77236e6962
Author: Alex Heneveld <[email protected]>
Date: 2017-09-16T02:23:00Z
fix non-det failure in scaling down test
ensuring that policy doesn't start before size reaches 6,
and fix execution context bug found in autoscaler changing pool size
----
---