GitHub user aledsage opened a pull request:
https://github.com/apache/brooklyn-server/pull/833
Fix PeriodicEffectorPolicy
The `PeriodicEffectorPolicy` rebind test(s) were failing
non-deterministically in the jenkins master build, and same for me locally.
This PR makes a bunch of changes to fix those, along with various other
improvements to the policy implementations. The config / documented behaviour
of the policies should be unaffected by these changes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/brooklyn-server
fix-PeriodicEffectorPolicy
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/833.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 #833
----
commit 5ed11a8f44938da27e6964eeecad3e09e25b5b78
Author: Aled Sage <[email protected]>
Date: 2017-09-19T22:16:07Z
Fix PeriodicEffectorPolicy
----
---