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.

Reply via email to