You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/01/04 22:52:00 UTC

[jira] [Commented] (ARTEMIS-2220) Fix PageCursorStressTest::testSimpleCursorWithFilter NPE

    [ https://issues.apache.org/jira/browse/ARTEMIS-2220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16734647#comment-16734647 ] 

ASF GitHub Bot commented on ARTEMIS-2220:
-----------------------------------------

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 <ni...@...>
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.

----


> Fix PageCursorStressTest::testSimpleCursorWithFilter NPE
> --------------------------------------------------------
>
>                 Key: ARTEMIS-2220
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2220
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>    Affects Versions: 2.7.0
>            Reporter: Francesco Nigro
>            Assignee: Francesco Nigro
>            Priority: Trivial
>
> FakeQueue used in tests is not correctly setting the queue on its PageSubscription, leading to fail the test due to NPEs when the PageSubscription::getQueue is being used.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)