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/23 10:43:33 UTC

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

     [ 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.