GitHub user clebertsuconic opened a pull request:
https://github.com/apache/activemq-artemis/pull/1632
NO-JIRA fixes
Just a few tweaks.. no semantic changes that would warrant a JIRA.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/clebertsuconic/activemq-artemis no-jira
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1632.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 #1632
----
commit 8f62894988e3eb64568e327972842009351c9bba
Author: Clebert Suconic <[email protected]>
Date: 2017-11-01T16:16:51Z
NO-JIRA Fixing intermittent test failures
commit b4b00932b5efc239ddd1bd97f42b7c3305fc025e
Author: Clebert Suconic <[email protected]>
Date: 2017-11-01T19:35:49Z
NO-JIRA Small refactoring on Wait
- Added Wait.assert methods, what would make it easier to assert on future
conditions
- Moved Wait to artemis-junit, we are now using that module on the testsuite
----
---