You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by aledsage <gi...@git.apache.org> on 2018/02/06 18:36:29 UTC

[GitHub] brooklyn-server pull request #945: Fix non-deterministic tests

GitHub user aledsage opened a pull request:

    https://github.com/apache/brooklyn-server/pull/945

    Fix non-deterministic tests

    See individual commits for more information

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/aledsage/brooklyn-server fix-nonDeterministic-tests

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/brooklyn-server/pull/945.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 #945
    
----
commit 440ae7adff9beed1706fcd8eb35b56df1e106452
Author: Aled Sage <al...@...>
Date:   2018-02-06T18:19:18Z

    Fix testWarnOnlyOnceOnRepeatedCoercionException

commit 5f15a0c7a3a8ad0fee12e3ef6b8f8e3a38650a02
Author: Aled Sage <al...@...>
Date:   2018-02-06T18:30:51Z

    Fix LocalhostMachineProvisioningLocation’s address lookup
    
    If given `address` then never call `getLocalhostInetAddress` (because
    `BrooklynNetworkUtils.getLocalhostInetAddress` can take 500ms)

commit fd861b09d4c5abbc897d8c7eb029dd24230ebcaa
Author: Aled Sage <al...@...>
Date:   2018-02-06T18:31:12Z

    ServiceStateLogicTest: `equalsEventually` uses default timeout

commit 22a5e0ee2034ae5a5f54c5723fecb41e0cd5b73c
Author: Aled Sage <al...@...>
Date:   2018-02-06T18:32:50Z

    Fix SoftwareProcessEntityLatchTest.testConcurrently

----


---

[GitHub] brooklyn-server pull request #945: Fix non-deterministic tests

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/brooklyn-server/pull/945


---