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