You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rupert Smith (JIRA)" <qp...@incubator.apache.org> on 2008/01/22 17:28:34 UTC

[jira] Created: (QPID-755) Durable subscription test does not test durability.

Durable subscription test does not test durability.
---------------------------------------------------

                 Key: QPID-755
                 URL: https://issues.apache.org/jira/browse/QPID-755
             Project: Qpid
          Issue Type: Bug
            Reporter: Rupert Smith


The test sets up subscriptions 1 and 2, 2 is durable, later it kills 2 and creates 3, also durable.

open 1
open 2

send A.
check 1 got it.
check 2 got it

close 2.
open 3.

send B.
check 1 got it.
check 2 got it.

But, 3 should not have been open until after B was sent, in order to check that 3 gets messages from the durable subscription that it missed, while no consumer was connected to the subscription.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (QPID-755) Durable subscription test does not test durability.

Posted by "Rupert Smith (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rupert Smith resolved QPID-755.
-------------------------------

    Resolution: Fixed

Test changed to:

open 1
open 2

send A.
check 1 got it.
check 2 got it

close 2.

send B.
check 1 got it.
open 3.
check 2 got it. 

> Durable subscription test does not test durability.
> ---------------------------------------------------
>
>                 Key: QPID-755
>                 URL: https://issues.apache.org/jira/browse/QPID-755
>             Project: Qpid
>          Issue Type: Bug
>            Reporter: Rupert Smith
>
> The test sets up subscriptions 1 and 2, 2 is durable, later it kills 2 and creates 3, also durable.
> open 1
> open 2
> send A.
> check 1 got it.
> check 2 got it
> close 2.
> open 3.
> send B.
> check 1 got it.
> check 2 got it.
> But, 3 should not have been open until after B was sent, in order to check that 3 gets messages from the durable subscription that it missed, while no consumer was connected to the subscription.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (QPID-755) Durable subscription test does not test durability.

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575461#action_12575461 ] 

Aidan Skinner commented on QPID-755:
------------------------------------

http://svn.apache.org/viewvc?rev=614243&view=rev http://svn.apache.org/viewvc?rev=614481&view=rev http://svn.apache.org/viewvc?rev=614482&view=rev http://svn.apache.org/viewvc?rev=619823&view=rev

> Durable subscription test does not test durability.
> ---------------------------------------------------
>
>                 Key: QPID-755
>                 URL: https://issues.apache.org/jira/browse/QPID-755
>             Project: Qpid
>          Issue Type: Bug
>            Reporter: Rupert Smith
>
> The test sets up subscriptions 1 and 2, 2 is durable, later it kills 2 and creates 3, also durable.
> open 1
> open 2
> send A.
> check 1 got it.
> check 2 got it
> close 2.
> open 3.
> send B.
> check 1 got it.
> check 2 got it.
> But, 3 should not have been open until after B was sent, in order to check that 3 gets messages from the durable subscription that it missed, while no consumer was connected to the subscription.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.