GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/2489
ARTEMIS-2220 Fix PageCursorStressTest::testSimpleCursorWithFilter NPE
FakeQueue is not correctly setting the queue on its PageSubscription,
leading to fail the test due to NPEs when PageSubscription::getQueue
is being used.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis ARTEMIS-2220
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2489.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 #2489
----
commit 32cb5271bb4f61c23c27ed3b7a3cda512e2648fc
Author: Francesco Nigro <nigro.fra@...>
Date: 2019-01-04T22:50:56Z
ARTEMIS-2220 Fix PageCursorStressTest::testSimpleCursorWithFilter NPE
FakeQueue is not correctly setting the queue on its PageSubscription,
leading to fail the test due to NPEs when PageSubscription::getQueue
is being used.
----
---