GitHub user clebertsuconic opened a pull request:
https://github.com/apache/activemq-artemis/pull/2361
ARTEMIS-2096 Fixing DivertTopicToQueueTest
This is fixing the test
org.apache.activemq.artemis.tests.integration.amqp.DivertTopicToQueueTest
This test was broken because the copy wouldn't use the Buffer view gotten
by data.duplicate().
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/clebertsuconic/activemq-artemis ARTEMIS-2096
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2361.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 #2361
----
commit a454316f77b84570483092381016e8305cdeca0b
Author: Clebert Suconic <clebertsuconic@...>
Date: 2018-10-10T16:09:40Z
ARTEMIS-2096 Fixing DivertTopicToQueueTest
This is fixing the test
org.apache.activemq.artemis.tests.integration.amqp.DivertTopicToQueueTest
This test was broken because the copy wouldn't use the Buffer view gotten
by data.duplicate().
----
---