Bug 445500

Summary: Fail receiving message from consumer B when consumer A is canceled
Product: Red Hat Enterprise MRG Reporter: Arnaud Simon <asimon>
Component: qpid-cppAssignee: Kim van der Riet <kim.vdriet>
Status: CLOSED CURRENTRELEASE QA Contact: Kim van der Riet <kim.vdriet>
Severity: medium Docs Contact:
Priority: urgent    
Version: beta   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-05-12 14:00:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Arnaud Simon 2008-05-07 08:00:35 UTC
Description of problem:
The java test
org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurabilityAUTOACK is
failing when the async store is used. 
This test creates a durable and a standard subscriber for topic T1. It then
sends a messages to T1 that is consumed by the two subscribers. The durable
subscriber is then closed i.e. its subscription is canceled. A message is
finally published but not received by the remaining standard subscriber. 

Steps to Reproduce:
1) edit ../qpid/java/ccp.async.testprofile and set the properties test and test1
respectively to test=*urableSubscriptionTest and test1=*urableSubscriptionTest
2) in ../qpid/java/ run: ant -Dprofile=cpp.async test 

Additional info:
This bug only affects the async store

Comment 1 Arnaud Simon 2008-05-08 14:03:11 UTC
The incriminated test:
org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurabilityAUTOACK
has been excluded from CC. 

Note: make sure this test is removed form the exclude list before closing this bug 

Comment 2 Gordon Sim 2008-05-11 18:35:31 UTC
This is due to the bug described in QPID-1048 and is now fixed.

https://issues.apache.org/jira/browse/QPID-1048

Comment 3 Arnaud Simon 2008-05-12 13:59:46 UTC
this test has been removed form the exclusion list and now passes