GitHub user michaelandrepearce opened a pull request:
https://github.com/apache/activemq-artemis/pull/1538
NOJIRA - Speed up Acknowledgement test
Currently this test can take over 30seconds just itself. It seems we can
safely reduce the number of messages to validate peft improvement greatly
reducing test time.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/michaelandrepearce/activemq-artemis
NOJIRA-Speeduptests
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1538.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 #1538
----
commit fa3a2a56815bac840753a0e8778d904621399400
Author: Michael Andre Pearce <[email protected]>
Date: 2017-09-15T09:35:27Z
NOJIRA - Speed up Acknowledgement test
Currently this test can take over 30seconds just itself. It seems we can
safely reduce the number of messages to validate peft improvement greatly
reducing test time.
----
---