You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by tabish121 <gi...@git.apache.org> on 2018/09/12 20:44:31 UTC

[GitHub] activemq-artemis pull request #2309: NO-JIRA Fix condition timeouts to avoid...

GitHub user tabish121 opened a pull request:

    https://github.com/apache/activemq-artemis/pull/2309

    NO-JIRA Fix condition timeouts to avoid spurious failures

    The waits for expiration are set at the same value as the expiration
    interval default to in the test support setup so on some runs there is a
    race when waiting for the message to expire and the expiry task.

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

    $ git pull https://github.com/tabish121/activemq-artemis expiry-test-fixes

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

    https://github.com/apache/activemq-artemis/pull/2309.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 #2309
    
----
commit 6c48380ecfc8cafcbb3f99abe1e9987b7833cbf2
Author: Timothy Bish <ta...@...>
Date:   2018-09-12T20:43:57Z

    NO-JIRA Fix condition timeouts to avoid spurious failures
    
    The waits for expiration are set at the same value as the expiration
    interval default to in the test support setup so on some runs there is a
    race when waiting for the message to expire and the expiry task.

----


---

[GitHub] activemq-artemis pull request #2309: NO-JIRA Fix condition timeouts to avoid...

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

    https://github.com/apache/activemq-artemis/pull/2309


---