GitHub user aledsage opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/280
Fix: various 20141028
See more extensive comments in each commit that says what it is for.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/incubator-brooklyn
fix/various-20141028
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/280.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 #280
----
commit 3f9ffe49c1348e97f8005898cd8a37ebbda41556
Author: Aled Sage <[email protected]>
Date: 2014-10-28T18:56:03Z
Fix typos in chef-blueprints.md
commit e9b22a4188c1b0af26c38c63500cbd28e6177727
Author: Aled Sage <[email protected]>
Date: 2014-10-28T19:20:16Z
Entities.waitForServiceUp: use finally block
commit a3a11927f9f40d4fc8488a7be65154c3919ab843
Author: Aled Sage <[email protected]>
Date: 2014-10-28T23:33:01Z
Adds MutableList.builder.addAll(V[])
commit b8508ed5e73df41c8e5586db33b1d7eed50e8711
Author: Aled Sage <[email protected]>
Date: 2014-10-29T10:57:45Z
Fix BrooklynNode.stop
- For check that children.isEmpty + shutdown call, canât just check
serviceUp=true because earlier in stop it will have unset that.
Therefore guard with webConsoleAccessible=false.
- For kill, wait for webConsoleAccessible=false before calling
stop(), so that it doesnât fail on children.isEmpty
- In testStopPlainThrowsException, donât let errors on startup
have the assertion about exceptions pass!
commit 0fc4a4f327686757e7e8c25a3ec247796713105b
Author: Aled Sage <[email protected]>
Date: 2014-10-29T10:59:57Z
Fix ElasticSearch test
- Support for OS X: donât fail if canât install latest Java
- Accept documentCount > 1 across all nodes.
Is this because of a replica?
- Donât expect the node where the put was executed to be the one
with the document.
commit 389fb5ca2e6698e714bdeba33662afb3b9e5b6d4
Author: Aled Sage <[email protected]>
Date: 2014-10-29T12:36:15Z
Fix RedisIntegrationTest
- increase timeout, because on jenkins sometimes it takes crazy long
(e.g. 26 seconds) for `info server` to return.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---