GitHub user aledsage opened a pull request:
https://github.com/apache/brooklyn-server/pull/696
Fix DslYamlTest
Test previously failed non-deterministically in jenkins (e.g. see
https://github.com/apache/brooklyn-server/pull/693#issuecomment-303414269)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/brooklyn-server fix-DslYamlTest
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/696.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 #696
----
commit a4b137730c9f08a61cb82aafacaea2fd1dc3ada7
Author: Aled Sage <[email protected]>
Date: 2017-05-24T11:43:35Z
Fix DslYamlTestâs getConfigEventually
Call config().get(), and then config.getNonBlocking().
Previously did it the other way around, so the getNonBlocking could
return absent if the value was not yet available.
commit 3200ee8c74b45c30a087ff57b6509798e69a01d3
Author: Aled Sage <[email protected]>
Date: 2017-05-24T11:45:46Z
DslYamlTest.getConfigEventually: donât use entityâs task
As per previous TODO about PR #480, we donât need to retrieve the config
in the context of the given entity.
----
---
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.
---